ItemIdListComparison Enumeration |
Available modes to compare two ItemIdLists.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public enum ItemIdListComparison
Public Enumeration ItemIdListComparison
public enum class ItemIdListComparison
type ItemIdListComparison
Members
| Member name | Value | Description |
---|
| Display | 0 |
Indicates that the comparison is based on the display in a folder view.
|
| Exact | 1 |
Exact comparison of two instances of an ItemIdList.
|
See Also