SnapshotSelectionMetadataVersionIdList Property

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.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public List<int> MetadataVersionIdList { get; set; }

Property Value

ListInt32

See Also