DocumentSchemaManagerGetFieldsList Method

Returns brief information about all metadata fields existing in the system. The text property is the metadata field name and the value is the metadata field id.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns brief information about all metadata fields existing in the system. The text property is the metadata field name and the value is the metadata field id.")]
public ListItem[] GetFieldsList()

Return Value

ListItem

See Also