Click or drag to resize

View.OpenAndSelect Method (IEnumerable<IWithIdList>, OFASI, Boolean)

Opens a Windows Explorer window with specified items in a particular folder selected. All children must share a common parent folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int OpenAndSelect(
	IEnumerable<IWithIdList> children,
	OFASI options = OFASI.OFASI_NONE,
	bool throwOnError = true
)

Parameters

children
Type: System.Collections.Generic.IEnumerable<IWithIdList>
The children.
options (Optional)
Type: callback.ShellBoost.Core.WindowsShell.OFASI
The options.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildren is null.
ArgumentExceptionchildren don't share a common parent folder.
See Also