PreviousNext
Help > Easycom .NET > Easycom namespace > EacXML > EacXML.XMLLoadDefinition Method
EacXML.XMLLoadDefinition Method

 

Asks Easycom to load the description of a program, the program’s interface can be described using simplified RPG or PCML. It returns true if the definition loads normally and throw an EasycomException it case there was a problem.

 

Class EacXML

 

 

 

Syntax

public bool EacXML.XMLdefine(string DescriptionType, string DescriptionFile); 

 

Description

Parameter

Description

Type

DescriptionType

Specifies the type of description we will be using; the only possible values are RPG and PCML

String

DescriptionFile

Specifies the location of the file containing the description. The file can either be on the IFS or the native IBM I system

String

 

 

 

 

The connection must be valid and open.