| SimpleTreeTMakeSubTree Method (Int32, Int32, Boolean) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public SimpleTree<T> MakeSubTree(
int treeId,
int key,
bool isShallow
)
Public Function MakeSubTree (
treeId As Integer,
key As Integer,
isShallow As Boolean
) As SimpleTree(Of T)
Parameters
- treeId
- Type: SystemInt32
- key
- Type: SystemInt32
- isShallow
- Type: SystemBoolean
Return Value
Type:
SimpleTreeTSee Also