DocumentManagerCheckSelectionContent Method

Checks whether there are documents in given state in selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks whether there are documents in given state in selection")]
public 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  Guid
selection to check
hasDocuments  Boolean
whether selection contains documents
hasShortcuts  Boolean
whether selection contains shortcuts (deprecated, always returns false)
hasCheckedOut  Boolean
whether selection contains documents which are checked out
hasNotLastVersions  Boolean
whether selection contains documents which are in neither last version nor last visible version
hasShortcutsToCheckedInDocuments  Boolean
whether selection contains shortcuts to documents which are checked in (deprecated, always returns false)
hasActiveWorkflows  Boolean
whether selection contains document versions which are associated with active workflows
hasLastVisible  Boolean
whether selection contains documents which are in last visible version (and it is not the really last version)
hasLockedMarkups  Boolean
whether selection contains documents which are associated with locked markups
hasEasyViewWorkflows  Boolean
whether selection contains document versions which are associated with active view Courier transmissions

See Also