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: 7.0
Syntaxpublic ItemIdList(
ShellFolder aSpecialFolder
)
Public Sub New (
aSpecialFolder As ShellFolder
)
public:
ItemIdList(
ShellFolder aSpecialFolder
)
new :
aSpecialFolder : ShellFolder -> ItemIdList
Parameters
- aSpecialFolder
- Type: Jam.ShellShellFolder
An enumerated constant that identifies a system special folder from the ShellFolder
ExceptionsException | Condition |
---|
COMException | A COM-Exception is thrown if the special folder selected is not supported by the system the application is running on. |
Remarks
See Also