Click or drag to resize

ItemIdList Constructor (String)

Initializes a new instance of the ItemIdList class that contains an ItemIdList for the given path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public ItemIdList(
	string aPath
)

Parameters

aPath
Type: SystemString
A path for that the ItemIdList should be created.
See Also