Click or drag to resize

DocumentSchemaManagerGetGlobalFields Method (String, Boolean, Boolean, Database, DbTransaction)

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,
	Database database,
	DbTransaction transaction
)

Parameters

startsWith
Type: SystemString
includeInvisible
Type: SystemBoolean
fastMode
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListGlobalFieldDefinition
See Also