Click or drag to resize

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
)

Parameters

path
Type: SystemString
The path.
title
Type: SystemString
The title.
See Also