ItemIdListGetForSpecialFolder Method |
Returns an ItemIdList for a SpecialFolder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static ItemIdList GetForSpecialFolder(
ShellFolder aSpecialFolder
)
Public Shared Function GetForSpecialFolder (
aSpecialFolder As ShellFolder
) As ItemIdList
public:
static ItemIdList^ GetForSpecialFolder(
ShellFolder aSpecialFolder
)
static member GetForSpecialFolder :
aSpecialFolder : ShellFolder -> ItemIdList
Parameters
- aSpecialFolder
- Type: Jam.ShellShellFolder
The SpecialFolder.
Return Value
Type:
ItemIdListThe ItemIdList of the SpecialFolder or null if not successful.
Remarks Don't dispose the result. It's the cached instance
See Also