SnapshotSelectionContainsExcluded Property

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.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public bool ContainsExcluded { get; set; }

Property Value

Boolean

See Also