ShellUtilitiesGetFolderLocation Method |
Gets a known folder location as a PIDL.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ShellItemIdList GetFolderLocation(
CSIDL csidl,
bool throwOnError = true
)
Parameters
- csidl
- Type: ShellBoost.Core.WindowsShellCSIDL
The CSIDL. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.
Return Value
Type:
ShellItemIdListAn instance of the ShellItemIdList class or null if the folder was not found.
See Also