Click or drag to resize
DynamicTreeNode Constructor (String, String, String, String, String, Boolean, Int32)
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,
	int disabled
)

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,System.Int32)"]

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,System.Int32)"]

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,System.Int32)"]

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,System.Int32)"]

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,System.Int32)"]

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,System.Int32)"]

disabled
Type: SystemInt32

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

See Also