Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Load XML from a resource specified by path.

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

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