| 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
)
Public Sub New (
File As FileInfo
)
Parameters
- File
- Type: System.IOFileInfo
The file.
See Also