Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Get the '/'-delimited path of the passed element starting from the root element.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static string GetAbsolutePath(
	IXmlElement xml
)

Return Value

The path to the passed element in "absolute" format.

See Also