| FileNode Constructor (String, String) |
Initializes a new instance of the
FileNode class.
Namespace:
Dynamicweb.Management.Files.Nodes
Assembly:
Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax public FileNode(
string path,
string title
)
Public Sub New (
path As String,
title As String
)
Parameters
- path
- Type: SystemString
The path. - title
- Type: SystemString
The title.
See Also