Click or drag to resize
XdsElementsetChildContent Method

[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.setChildContent(System.String,System.String)"]

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void setChildContent(
	string childTagName,
	string content
)

Parameters

childTagName
Type: SystemString

[Missing <param name="childTagName"/> documentation for "M:DXMLBase.Xds.XdsElement.setChildContent(System.String,System.String)"]

content
Type: SystemString
The content to set.
See Also