| 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
)
Public Function MakeSubTree (
treeId As TKey,
key As TKey,
isShallow As Boolean
) As SimpleTreeBase(Of TKey, TValue)
Parameters
- treeId
- Type: TKey
- key
- Type: TKey
- isShallow
- Type: SystemBoolean
Return Value
Type:
SimpleTreeBaseTKey,
TValueSee Also