Overload | Description |
---|---|
GetSelfOrFirstAncestor(String) | Returns this node or its first ancestor that has a name equal to the given name. Returns null if such ancestor is not found. |
GetSelfOrFirstAncestor(String,String) | Returns this node or its first ancestor that has a name equal to one of the given names. Returns null if such ancestor is not found. |