ShellContextGetShellBoostViewAsync Method (ShellItemIdList, NullableGuid) |
Gets the corresponding view using the Shell API.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Task<ShellBoostView> GetShellBoostViewAsync(
ShellItemIdList idList,
Guid? folderId = null
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The PIDL. - folderId (Optional)
- Type: SystemNullableGuid
The folder identifier. If null, the method will not try dialog windows.
Return Value
Type:
TaskShellBoostView
An instance of the ShellBoostView or null.
Exceptions See Also