Click or drag to resize

SimpleTreeBaseTKey, TValueTryFill Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public void TryFill(
	Dictionary<TKey, TKey> parentIdByNodeId,
	Dictionary<TKey, TValue> nodesById
)

Parameters

parentIdByNodeId
Type: System.Collections.GenericDictionaryTKey, TKey
nodesById
Type: System.Collections.GenericDictionaryTKey, TValue
See Also