Click or drag to resize

SimpleTreeBaseTKey, TValueMakeSubTree Method (TKey, Boolean)

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

Parameters

key
Type: TKey
isShallow (Optional)
Type: SystemBoolean

Return Value

Type: SimpleTreeBaseTKey, TValue
See Also