Click or drag to resize

ShellContext.GetShellBoostViewAsync Method (ShellItemIdList, Nullable<Guid>)

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.Core.ShellItemIdList
The PIDL.
folderId (Optional)
Type: System.Nullable<Guid>
The folder identifier. If null, the method will not try dialog windows.

Return Value

Type: Task<ShellBoostView>
An instance of the ShellBoostView or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionidList
ArgumentNullExceptionidList is null.
See Also