Click or drag to resize
DynamicTreeView Constructor
Initializes a new instance of the DynamicTreeView class

Namespace: X3Platform.CategoryIndexes
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DynamicTreeView(
	string treeName,
	string parentId
)

Parameters

treeName
Type: SystemString

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

parentId
Type: SystemString

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

See Also