Click or drag to resize
TmplItemXMLLoad Method

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

Load attributes and subelements from node, optionally resolving includes

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void XMLLoad(
	XmlNode node,
	bool resolveInclude
)

Parameters

node
Type: System.XmlXmlNode

[Missing <param name="node"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLLoad(System.Xml.XmlNode,System.Boolean)"]

resolveInclude
Type: SystemBoolean

[Missing <param name="resolveInclude"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLLoad(System.Xml.XmlNode,System.Boolean)"]

See Also