PreviousNext
Help > Easycom .NET > Easycom namespace > EacXML > EacXML.XMLDefine Method
EacXML.XMLDefine 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 Description); 

Description

Parameter

Description

Type

DescriptionType

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

String

Description

Specifies the connection object to which the program opening will belong to

String

 

 

 

 

The connection must be valid and open.