Click or drag to resize

ItemIdListGetForSpecialFolder Method

Returns an ItemIdList for a SpecialFolder.

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

Parameters

aSpecialFolder
Type: Jam.ShellShellFolder
The SpecialFolder.

Return Value

Type: ItemIdList
The ItemIdList of the SpecialFolder or null if not successful.
Remarks
Don't dispose the result. It's the cached instance
See Also