Click or drag to resize

ShellContextGetShellBoostViewAsync Method (ShellFolder)

Gets the corresponding view using the Shell API.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Task<ShellBoostView> GetShellBoostViewAsync(
	ShellFolder folder
)

Parameters

folder
Type: ShellBoost.CoreShellFolder
The folder.

Return Value

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