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

Load XML from a resource specified by path.

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

Syntax

C#
public static IXmlDocument LoadXml(
	string path
)

Parameters

path
Type: System..::.String
Location of Xml data; an URL or valid path.

Return Value

The XML content.

See Also