Click or drag to resize

ItemIdList Constructor (ShellFolder)

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public ItemIdList(
	ShellFolder aSpecialFolder
)

Parameters

aSpecialFolder
Type: Jam.ShellShellFolder
An enumerated constant that identifies a system special folder from the ShellFolder
Exceptions
ExceptionCondition
COMExceptionA COM-Exception is thrown if the special folder selected is not supported by the system the application is running on.
Remarks
If a cached instance is sufficient, use GetForSpecialFolder(ShellFolder) directly
See Also