DocumentManagerCheckSelectionContent Method |
Checks whether there are documents in given state in selection
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void CheckSelectionContent(
Guid selectionId,
ref bool hasDocuments,
ref bool hasShortcuts,
ref bool hasCheckedOut,
ref bool hasNotLastVersions,
ref bool hasShortcutsToCheckedInDocuments,
ref bool hasActiveWorkflows,
ref bool hasLastVisible,
ref bool hasLockedMarkups,
ref bool hasEasyViewWorkflows
)
Parameters
- selectionId
- Type: SystemGuid
selection to check - hasDocuments
- Type: SystemBoolean
whether selection contains documents - hasShortcuts
- Type: SystemBoolean
whether selection contains shortcuts - hasCheckedOut
- Type: SystemBoolean
whether selection contains documents which are checked out - hasNotLastVersions
- Type: SystemBoolean
whether selection contains documents which are in neither last version nor last visible version - hasShortcutsToCheckedInDocuments
- Type: SystemBoolean
whether selection contains shortcuts to documents which are checked in - hasActiveWorkflows
- Type: SystemBoolean
whether selection contains document versions which are associated with active workflows - hasLastVisible
- Type: SystemBoolean
whether selection contains documents which are in last visible version (and it is not the really last version) - hasLockedMarkups
- Type: SystemBoolean
whether selection contains documents which are associated with locked markups - hasEasyViewWorkflows
- Type: SystemBoolean
whether selection contains document versions which are associated with active view Courier transmissions
See Also