Click or drag to resize

DataObjectControllerModifyXmlProperty Method

Modifies the value of an xml property on (the current version of) a data object.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ModifyXmlProperty(
	int dataObjectId,
	string property,
	IEnumerable<string> xmlDmlStatements,
	IDictionary<string, string> xmlNamespaces = null
)

Parameters

dataObjectId
Type: SystemInt32
Id of the data object to be updated.
property
Type: SystemString
System name of the xml property we want to update the value of.
xmlDmlStatements
Type: System.Collections.GenericIEnumerableString
Xml DML statements to be executed on the xml property value.
xmlNamespaces (Optional)
Type: System.Collections.GenericIDictionaryString, String
Keys are prefixes. Values are namespace URIs.
See Also