DocumentSchemaManagerGetFieldsOverviewList Method

Returns information about all metadata fields existing in the system.

Definition

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

Return Value

FieldOverview

Remarks

This method does not take fields marked as invisible into account.

See Also