Click or drag to resize

SimpleTreeBaseTKey, TValueGetAncestors Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public IEnumerable<TValue> GetAncestors(
	TKey nodeId,
	bool includingSelf = true
)

Parameters

nodeId
Type: TKey
includingSelf (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableTValue
See Also