Click or drag to resize

ShellUtilitiesCreateDataObject Method (String, Boolean)

Creates a data object from a path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IDataObject CreateDataObject(
	string path,
	bool throwOnError = true
)

Parameters

path
Type: SystemString
The path.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IDataObject
An instance of the IDataObject interface or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null
See Also