SnapshotSelection Class |
Namespace: FileHold.LibraryManager
public class SnapshotSelection
The SnapshotSelection type exposes the following members.
Name | Description | |
---|---|---|
![]() | SnapshotSelection | Initializes a new instance of the SnapshotSelection class |
Name | Description | |
---|---|---|
![]() | ContainsExcluded |
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.
|
![]() | DocumentIdList |
The list of document IDs that are included or excluded from the selection depending on
ContainsExcluded.
|
![]() | MetadataVersionIdList |
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.
|
![]() | SnapshotId |
The ID of the search snapshot containing selected documents
|
Name | Description | |
---|---|---|
![]() | ConvertT | (Defined by ObjectExtension.) |
![]() | ToJson | (Defined by ObjectExtension.) |