WorkSiteDocumentSetCustomField Method (Int32, Boolean)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,
	bool value
)

Parameters

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

Return Value

Type: 
String with the custom field value.
See Also

Reference