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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public List<GlobalFieldDefinition> GetGlobalFields(
	string startsWith,
	bool includeInvisible,
	bool fastMode,
	Database database,
	DbTransaction transaction
)

Parameters

startsWith  String
 
includeInvisible  Boolean
 
fastMode  Boolean
 
database  Database
 
transaction  DbTransaction
 

Return Value

ListGlobalFieldDefinition

See Also