DocumentSchemaManager.GetSchemaListAdvanced Method

Return list of document schemas for editing document metadata

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return list of document schemas for editing document metadata")]
public DocumentSchemaItem[] GetSchemaListAdvanced(
	bool includeElectronic,
	bool includeRecords,
	bool includeOffline,
	int? includeSchemaId,
	bool excludeCtrlFields
)

Parameters

includeElectronic  Boolean
includeRecords  Boolean
includeOffline  Boolean
includeSchemaId  Nullable<Int32>
excludeCtrlFields  Boolean

Return Value

DocumentSchemaItem[]

See Also