Returns a collection of XML elements. It is an object of the type XmlElementCollection.

GetXmlElements(String)

public XmlElementCollection GetXmlElements(string elementName);

Parameters

Parameter Description
elementName Specifies the XML element's name.

Return Value

The return value is a collection containing all XML elements of the specified name.