IRecordInfoGetXml Method

The GetXml method returns an XML Element from the configuration file, based on the element name supplied.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

XElement GetXml(
	string elementName
)

Parameters

elementName
Type: SystemString
Name of the element node to retrieve

Return Value

Type: XElement
Returns an XElement for the specified element name.
See Also

Reference