KnownFolderGetIdList Method |
Gets the PIDL.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ShellItemIdList GetIdList(
KNOWN_FOLDER_FLAG flags = KNOWN_FOLDER_FLAG.KF_FLAG_DEFAULT,
bool throwOnError = true
)
Parameters
- flags (Optional)
- Type: ShellBoost.Core.WindowsShellKNOWN_FOLDER_FLAG
The flags. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ShellItemIdListAn instance of the ShellItemIdList class or null.
See Also