Click or drag to resize

SimpleTreeBase<TKey, TValue>.SetRoot Method (TKey, TValue, Boolean)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public void SetRoot(
	TKey elementId,
	TValue element,
	bool isRootPartOfTree = false
)

Parameters

elementId
Type: TKey
element
Type: TValue
isRootPartOfTree (Optional)
Type: System.Boolean
See Also