XmlData GetDescendant Method (List XmlAttribute , String)Delta Engine Documentation

Namespace: DeltaEngine.Content.Xml
Assembly: DeltaEngine.Content.Xml (in DeltaEngine.Content.Xml.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public XmlData GetDescendant(
	List<XmlAttribute> attributes,
	string childName = null
)

Parameters

attributes
Type: System.Collections.Generic List XmlAttribute 
childName (Optional)
Type: System String

Return Value

Type: XmlData
See Also