Click or drag to resize

FileShellContent Constructor

Initializes a new instance of the FileShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public FileShellContent(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also