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

[Missing <summary> documentation for "M:QPulseWebServices.Core.Utils.FormLayout.LayoutXmlReader.UpdateLayoutField(System.String,System.String,QPulseWebServices.Core.Utils.FormLayout.LayoutXmlStruct)"]

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

Syntax

C#
private static void UpdateLayoutField(
	string propertyName,
	string propertyValue,
	LayoutXmlStruct layout
)

Parameters

propertyName
Type: System..::..String

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

propertyValue
Type: System..::..String

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

layout
Type: QPulseWebServices.Core.Utils.FormLayout..::..LayoutXmlStruct

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

See Also