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

Parameters

customId
Type: SystemInt32
1-30 are valid for the customId number.
value
Type: SystemDateTime
A DateTime value for WorkSite date fields.

Return Value

Type: 
String with the custom field value.
See Also

Reference