Click or drag to resize

ShellContextGetShellBoostViewAsync 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.CoreShellFolder
The folder.

Return Value

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