Click or drag to resize

ShellContextGetShellBoostViewAsync Method (ShellItemIdList, NullableGuid)

Gets the corresponding view using the Shell API.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Task<ShellBoostView> GetShellBoostViewAsync(
	ShellItemIdList idList,
	Guid? folderId = null
)

Parameters

idList
Type: callback.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
ExceptionCondition
ArgumentNullExceptionidList
ArgumentNullExceptionidList is null.
See Also