Click or drag to resize

JamItemIdListCollectionBaseFolder Property

Gets or sets the base folder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public ItemIdList BaseFolder { get; set; }

Property Value

Type: ItemIdList
The base folder.
Remarks
When adding paths Add it is possible to pass relative paths or ItemIdLists refering to this BaseFolder.
See Also