Click or drag to resize
TmplItemXMLReadFile Method (Boolean, String)

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

Read TmplItem from XML file

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public static TmplItem XMLReadFile(
	bool resolveInclude,
	string fileName
)

Parameters

resolveInclude
Type: SystemBoolean
Wheter the include files should be resolved so that the TmplItems defines in these files become part of the loaded TmplItem tree
fileName
Type: SystemString
The file the TmplItem was read from, can be NULL

Return Value

Type: TmplItem

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLReadFile(System.Boolean,System.String)"]

See Also