ItemIdList Constructor (EnvironmentSpecialFolder) |
Initializes a new instance of the
ItemIdList class that contains an ItemIdList to the given special folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxpublic ItemIdList(
EnvironmentSpecialFolder aSpecialFolder
)
Public Sub New (
aSpecialFolder As EnvironmentSpecialFolder
)
public:
ItemIdList(
EnvironmentSpecialFolder aSpecialFolder
)
new :
aSpecialFolder : EnvironmentSpecialFolder -> ItemIdList
Parameters
- aSpecialFolder
- Type: SystemEnvironmentSpecialFolder
An enumerated constant that identifies a system special folder.
See Also