Click or drag to resize

SimpleTreeTMakeSubTree Method (Int32, Boolean)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public SimpleTree<T> MakeSubTree(
	int key,
	bool isShallow = true
)

Parameters

key
Type: SystemInt32
isShallow (Optional)
Type: SystemBoolean

Return Value

Type: SimpleTreeT
See Also