Click or drag to resize

ShellContext.GetShellBoostViewAsync Method (ShellFolder)

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(
	ShellFolder folder
)

Parameters

folder
Type: callback.ShellBoost.Core.ShellFolder
The folder.

Return Value

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