Click or drag to resize

DocumentSchemaManagerGetFieldsOverviewInfoList Method

/// Returns information about all metadata fields starting with the specified string.

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

Parameters

startsWith
Type: SystemString

Return Value

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