DocumentManagerCheckSelectionDocumentType Method

Return information about format of documents in selection.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information about format of documents in selection.")]
public void CheckSelectionDocumentType(
	Guid selectionId,
	ref bool allElectronic,
	ref bool allRecords,
	ref bool allOffline,
	ref bool allCanChangeType
)

Parameters

selectionId  Guid
allElectronic  Boolean
allRecords  Boolean
allOffline  Boolean
allCanChangeType  Boolean

See Also