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
Syntaxpublic 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