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
Syntaxpublic GlobalFieldDefinition GetGlobalField(
int fieldId
)
Parameters
- fieldId
- Type: SystemInt32
id of field to retrieve
Return Value
Type:
GlobalFieldDefinitiondefinition of global field
See Also