JamItemIdListCollection Constructor |
Name | Description | |
---|---|---|
JamItemIdListCollection | Initializes a new empty collection. ItemIdLists can be added using Add(IJamItemIdList) or AddRange(IEnumerableIJamItemIdList). | |
JamItemIdListCollection(Boolean) |
Initializes a new instance of the JamItemIdListCollection class.
| |
JamItemIdListCollection(IDataObject) |
Initializes a new instance of the JamItemIdListCollection class and adds the elements contained in the IDataObject.
| |
JamItemIdListCollection(ItemIdList) | Obsolete. Creates a new collection including the elements contained in the passed item. | |
JamItemIdListCollection(ShellBrowserBase) | Obsolete. Creates a new collection including the elements contained in the passed ShellBrowser. | |
JamItemIdListCollection(ItemIdList, String) |
Initializes a new instance of the JamItemIdListCollection
class including elements in the passed parent item matching the passed filter.
| |
JamItemIdListCollection(ItemIdList, String, Boolean, FuncShellBrowserBase, Boolean) |
Initializes a new instance of the JamItemIdListCollection
class including elements in the passed parent item matching the passed filter.
|