Click or drag to resize

JamItemIdListCollection Constructor

Overload List
 NameDescription
Public methodJamItemIdListCollectionInitializes a new empty collection. ItemIdLists can be added using Add(IJamItemIdList) or AddRange(IEnumerableIJamItemIdList).
Public methodJamItemIdListCollection(Boolean) Initializes a new instance of the JamItemIdListCollection class.
Public methodJamItemIdListCollection(IDataObject) Initializes a new instance of the JamItemIdListCollection class and adds the elements contained in the IDataObject.
Public methodJamItemIdListCollection(ItemIdList)Creates a new collection including the elements contained in the passed item.
Obsolete
Public methodJamItemIdListCollection(ShellBrowserBase)Creates a new collection including the elements contained in the passed ShellBrowser.
Obsolete
Public methodJamItemIdListCollection(ItemIdList, String) Initializes a new instance of the JamItemIdListCollection class including elements in the passed parent item matching the passed filter.
Public methodJamItemIdListCollection(ItemIdList, String, Boolean, FuncShellBrowserBase, Boolean) Initializes a new instance of the JamItemIdListCollection class including elements in the passed parent item matching the passed filter.
Top
See Also