Click or drag to resize

DocumentSchemaManagerGetSchemaListAdvanced Method

Return list of document schemas for editing document metadata

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentSchemaItem[] GetSchemaListAdvanced(
	bool includeElectronic,
	bool includeRecords,
	bool includeOffline,
	int? includeSchemaId,
	bool excludeCtrlFields
)

Parameters

includeElectronic
Type: SystemBoolean
includeRecords
Type: SystemBoolean
includeOffline
Type: SystemBoolean
includeSchemaId
Type: SystemNullableInt32
excludeCtrlFields
Type: SystemBoolean

Return Value

Type: DocumentSchemaItem
See Also