ItemIdListGetForSpecialFolder Method |
Returns an ItemIdList for a SpecialFolder.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 ShellFolder
- The SpecialFolder.
Return Value
ItemIdListThe ItemIdList of the SpecialFolder or null if not successful.
RemarksDon't dispose the result. It's the cached instance
See Also