Click or drag to resize

SnapshotSelection Class

Class used to describe which documents are selected in a single snapshot. It is possilbe to select some or all documents in the snapshot, or to select all documents exluding some unselected ones.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerSnapshotSelection

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

The SnapshotSelection type exposes the following members.

Constructors
  NameDescription
Public methodSnapshotSelection
Initializes a new instance of the SnapshotSelection class
Top
Properties
  NameDescription
Public propertyContainsExcluded
If false, DocumentIdList and MetadataVersionIdList contain information about documents that are included in the selection. If true, these lists contain information about documents that are excluded, and all remaining documents in the snapshot are included in the selection.
Public propertyDocumentIdList
The list of document IDs that are included or excluded from the selection depending on ContainsExcluded.
Public propertyMetadataVersionIdList
The list of metadata version IDs that are included or excluded from the selection depending on ContainsExcluded. It must contain the same number of values as the DocumentIdList, and the IDs at the same possition must correspond to each other in both lists.
Public propertySnapshotId
The ID of the search snapshot containing selected documents
Top
Extension Methods
See Also