  | SimpleTreeBaseTKey, TValueMakeSubTree Method (TKey, Boolean) | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic SimpleTreeBase<TKey, TValue> MakeSubTree(
	TKey key,
	bool isShallow = true
)
Public Function MakeSubTree ( 
	key As TKey,
	Optional isShallow As Boolean = true
) As SimpleTreeBase(Of TKey, TValue)
Parameters
- key
 - Type: TKey
 - isShallow (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
SimpleTreeBaseTKey, 
TValue
See Also