Click or drag to resize

DocumentSchemaManagerGetGlobalFields Method (String, Boolean, Boolean)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<GlobalFieldDefinition> GetGlobalFields(
	string startsWith,
	bool includeInvisible,
	bool fastMode
)

Parameters

startsWith
Type: SystemString
includeInvisible
Type: SystemBoolean
fastMode
Type: SystemBoolean

Return Value

Type: ListGlobalFieldDefinition
See Also