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