Click or drag to resize

DocumentManagerCheckSelectionDocumentType Method

Return information about format of documents in selection.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckSelectionDocumentType(
	Guid selectionId,
	ref bool allElectronic,
	ref bool allRecords,
	ref bool allOffline,
	ref bool allCanChangeType
)

Parameters

selectionId
Type: SystemGuid
allElectronic
Type: SystemBoolean
allRecords
Type: SystemBoolean
allOffline
Type: SystemBoolean
allCanChangeType
Type: SystemBoolean
See Also