Click or drag to resize

SimpleTreeBaseTKey, TValueMakeSubTree Method (TKey, TKey, Boolean)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public SimpleTreeBase<TKey, TValue> MakeSubTree(
	TKey treeId,
	TKey key,
	bool isShallow
)

Parameters

treeId
Type: TKey
key
Type: TKey
isShallow
Type: SystemBoolean

Return Value

Type: SimpleTreeBaseTKey, TValue
See Also