Click or drag to resize
DynamicTreeNode Constructor (String, String, String, String, String, Boolean)
Initializes a new instance of the DynamicTreeNode class

Namespace: X3Platform.CategoryIndexes
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DynamicTreeNode(
	string id,
	string parentId,
	string name,
	string title,
	string url,
	bool hasChildren
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

parentId
Type: SystemString

[Missing <param name="parentId"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

hasChildren
Type: SystemBoolean

[Missing <param name="hasChildren"/> documentation for "M:X3Platform.CategoryIndexes.DynamicTreeNode.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

See Also