FileHold 17.1 API Documentation
C#
Show/Hide TOC
Selection Class
Class used to describe which documents are selected for performing a batch operation. It may include documents from one or more snaphshots.
Definition
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
Copy
public
class
Selection
Inheritance
Object
Selection
Constructors
Selection
Initializes a new instance of the
Selection
class
Properties
SnapshotSelection
A list of one or snapshot selections included in the selection.
Extension Methods
Convert
T
(Defined by
ObjectExtension
)
ToJson
(Defined by
ObjectExtension
)
See Also
Reference
FileHold.LibraryManager Namespace
In This Article
Definition
Constructors
Properties
Extension Methods
See Also