Click or drag to resize

SimpleTreeBaseTKey, TValueTrySetNode Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public bool TrySetNode(
	TKey parentKey,
	TKey childKey,
	TValue child
)

Parameters

parentKey
Type: TKey
childKey
Type: TKey
child
Type: TValue

Return Value

Type: Boolean
See Also