Click or drag to resize
TmplItemCollectionXMLRead Method (String, String, Boolean, String, Encoding, String, ProgressCollection)

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

Read XML file into memory as a collection of TmplItems

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 XMLRead(
	string inputFolderName,
	string mask,
	bool recurse,
	string outputFolderName,
	Encoding encoding,
	string refPath,
	ProgressCollection progressCollection
)

Parameters

inputFolderName
Type: SystemString
mask
Type: SystemString
recurse
Type: SystemBoolean
outputFolderName
Type: SystemString
encoding
Type: System.TextEncoding
refPath
Type: SystemString
progressCollection
Type: ProgressCollection
See Also