Click or drag to resize

DocumentSchemaManagerGetFieldsOverviewList Method

Returns information about all metadata fields existing in the system.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldOverview[] GetFieldsOverviewList()

Return Value

Type: FieldOverview
Remarks
This method does not take fields marked as invisible into account.
See Also