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