RegEnvReplace.ReadXmlFile Method

tikumo.regis3

RegEnvReplace ReadXmlFile Method regdiff Code Documentation
Read variables from an .XML file. It must contain entries of the form <value name="NAME">CONTENT</value>

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public void ReadXmlFile(
	string filename
)
public void ReadXmlFile(
	string filename
)

Parameters

filename
Type: OnlineSystem String
Filename to read variables from
See Also