Click or drag to resize

ShellUtilitiesOpenPropertySheet Method (IEnumerableIntPtr, String, Boolean)

Opens the property sheet from a list of pidls.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool OpenPropertySheet(
	IEnumerable<IntPtr> pidls,
	string caption = null,
	bool throwOnError = true
)

Parameters

pidls
Type: System.Collections.GenericIEnumerableIntPtr
The pidls.
caption (Optional)
Type: SystemString
The caption.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Boolean
true if the property sheet was successfully created; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionpidls is null.
See Also