Click or drag to resize

Selection Class

Class used to describe which documents are selected for performing a batch operation. It may include documents from one or more snaphshots.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerSelection

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class Selection

The Selection type exposes the following members.

Constructors
  NameDescription
Public methodSelection
Initializes a new instance of the Selection class
Top
Properties
  NameDescription
Public propertySnapshotSelection
A list of one or snapshot selections included in the selection.
Top
Extension Methods
See Also