Click or drag to resize

DocumentSchemaManagerGetGlobalField Method

Returns specified metadata field definition (also called "global field" in the API)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public GlobalFieldDefinition GetGlobalField(
	int fieldId
)

Parameters

fieldId
Type: SystemInt32
id of field to retrieve

Return Value

Type: GlobalFieldDefinition
definition of global field
See Also