BBjTriggerData::getIDString

Description

In BBj 6.0 and higher, this method returns the ID String to be associated with the opened file in Enterprise Manager.

Syntax

Return Value

Method

string

getIDString()

Parameters

None.

Return Value

The ID String which will be associated with the opened file in Enterprise Manager.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the IDString
id$ = td!.getIDString()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.