DocumentSchemaManagerGetFieldsList Method
Returns basic information about all metadata fields existing in the system.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
[WebMethodAttribute(Description = "Returns basic information about all metadata fields existing in the system.")]
public ListItem[] GetFieldsList()
Return Value
ListItem
The Text property of the returned ListItem object contains the metadata field name and the Value property contains the metadata field ID
(converted to a string). Other properties are unused. The GetFieldsOverviewList() method is recommended instead as it returns more detailed
information about the type of the field.