Click or drag to resize

ItemIdListConverter Class

A TypeConverter for IJamItemIdLists and ItemIdLists . Used to allow to bindings between string and Shellfolder fields to dependency properties of type IJamItemIdList or ItemIdList.
Inheritance Hierarchy
SystemObject
  System.ComponentModelTypeConverter
    Jam.ShellItemIdListConverter

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public class ItemIdListConverter : TypeConverter

The ItemIdListConverter type exposes the following members.

Constructors
 NameDescription
Public methodItemIdListConverterInitializes a new instance of the ItemIdListConverter class
Top
Methods
Remarks
If a string is bound to an ItemIdList or IJamItemIdList, it is interpreted as parsable path. If a ShellFolder is bound to an ItemIdList or ItemIdList it is converted to the ItemIdList of the ShellFolder.
See Also