  | SimpleTreeBaseTKey, TValueGetAncestors Method  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic IEnumerable<TValue> GetAncestors(
	TKey nodeId,
	bool includingSelf = true
)
Public Function GetAncestors ( 
	nodeId As TKey,
	Optional includingSelf As Boolean = true
) As IEnumerable(Of TValue)
Parameters
- nodeId
 - Type: TKey
 - includingSelf (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableTValue
See Also