DocumentSchemaManagerGetDocumentControlField Method

Get details of a Document Control Field.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get details of a Document Control Field.")]
public ControlFieldDefinition GetDocumentControlField(
	int fieldId
)

Parameters

fieldId  Int32

Return Value

ControlFieldDefinition

See Also