Click or drag to resize

DocumentManagerGetDocumentSchemaFromSelection Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetDocumentSchemaFromSelection(
	Guid selectionId,
	bool allVersions
)

Parameters

selectionId
Type: SystemGuid
allVersions
Type: SystemBoolean

Return Value

Type: Int32
0 - no documents in selection -1 - documents have different schemas documentSchemaId - all documents have same schema
See Also