DocumentSchemaManagerGetFieldsList Method

Returns basic information about all metadata fields existing in the system.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Returns basic information about all metadata fields existing in the system.")]
public ListItem[] GetFieldsList()

Return Value

ListItem

Remarks

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.

See Also