TExternalBaseSetXmlField Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Static utility function "SetXmlField", provided for general use to set a field value in an XML document.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public static void SetXmlField(
	XmlDocument xdoc,
	XmlElement elm,
	string fieldName,
	Object values
)

Parameters

xdoc
Type: System.XmlXmlDocument
Specifies the XML document object.
elm
Type: System.XmlXmlElement
Specifies the XML element within the document.
fieldName
Type: SystemString
Specifies the field name to be updated.
values
Type: SystemObject
Specifies the field values, as an Array, to be updated.
See Also

Reference