DocumentSchemaManagerGetVersionControlField Method

Get details of a Version 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 Version Control Field.")]
public ControlFieldDefinition GetVersionControlField(
	int fieldId
)

Parameters

fieldId  Int32

Return Value

ControlFieldDefinition

See Also