[This is preliminary documentation and is subject to change.]

Parse current LayoutXml property.

Namespace: QPulseWebServices.Core.Utils.FormLayout
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public static List<LayoutXmlStruct> ParseXml(
	string layoutXml
)

Parameters

layoutXml
Type: System..::..String

[Missing <param name="layoutXml"/> documentation for "M:QPulseWebServices.Core.Utils.FormLayout.LayoutXmlReader.ParseXml(System.String)"]

Return Value

Type: List<(Of <(<'LayoutXmlStruct>)>)>

[Missing <returns> documentation for "M:QPulseWebServices.Core.Utils.FormLayout.LayoutXmlReader.ParseXml(System.String)"]

Remarks

On each item that is successfully parsed, the OnReadLayoutElement event is fired which contains the values of the current item encapsulated within a LayoutElement object.

Exceptions

ExceptionCondition
System.Xml..::..XmlException If Xml is not a valid Layout document, then this exception is thrown.

See Also