DocumentManagerGetDocumentSchemaFromSelection Method

Check document schema in selection (only documents, ignore shortcuts)

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check document schema in selection (only documents, ignore shortcuts)")]
public int GetDocumentSchemaFromSelection(
	Guid selectionId,
	bool allVersions
)

Parameters

selectionId  Guid
allVersions  Boolean

Return Value

Int32
0 - no documents in selection -1 - documents have different schemas documentSchemaId - all documents have same schema

See Also