Click or drag to resize

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.

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

Property Value

Type: ListInt32
See Also