Click or drag to resize

File Constructor

Initializes a new instance of the File class.

Namespace:  Dynamicweb.FilePublisher
Assembly:  Dynamicweb.FilePublisher (in Dynamicweb.FilePublisher.dll) Version: 3.0.3
Syntax
public File(
	FileInfo File
)

Parameters

File
Type: System.IOFileInfo
The file.
See Also