Click or drag to resize
XdsElementgetChildContent Method

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

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected string getChildContent(
	string childTagName
)

Parameters

childTagName
Type: SystemString

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

Return Value

Type: String
The content, or String.Empty if no such child element.
See Also