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

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

The ItemIdListConverter type exposes the following members.

Constructors
  NameDescription
Public methodItemIdListConverter
Initializes 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