Click or drag to resize

ShellFolderServerSelectAndEditItem Method

Select and/or edit a Shell Item using its path.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int SelectAndEditItem(
	FolderView folderView,
	NMCSAEI_FLAGS flags,
	string path
)

Parameters

folderView
Type: callback.ShellBoost.Core.WindowsShellFolderView
The containing folder view instance.
flags
Type: callback.ShellBoost.Core.WindowsShellNMCSAEI_FLAGS
The flags.
path
Type: SystemString
The item's path.

Return Value

Type: Int32
0 or an error code.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolderView or path is null.
See Also