WorkSiteDocumentSetCustomField Method (Int32, Int64)Mocom WorkSite Library API
Set the value of a custom field.

Namespace: Mocom_WorkSite_Library
Assembly: Mocom WorkSite Library (in Mocom WorkSite Library.dll) Version: 1.0.8.0 (1.0.8)
Syntax

public void SetCustomField(
	int customId,
	long value
)

Parameters

customId
Type: SystemInt32
1-30 are valid for the customId number.
value
Type: SystemInt64
A long value for WorkSite long fields.

Return Value

Type: 
String with the custom field value.
See Also

Reference