Table of Contents

Class XElementExtensions

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Extensions
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

/Provides a set of extensions methods for the XElement class.

public static class XElementExtensions
Inheritance
XElementExtensions
Inherited Members

Methods

GetRootPath(XElement)

Gets the root path of the element (including this element).

public static string GetRootPath(this XElement element)

Parameters

element XElement

The element.

Returns

string

A path separated by slash since the root element.