Click or drag to resize

FileShellContent Constructor

Initializes a new instance of the FileShellContent class.

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

Parameters

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