Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetPresentationUI( ) method
 

GetPresentationUI( ) method

Returns the value or metadata associated with the specified presentation type. Returns a CHARACTER that contains the value of the presentation type. The value associated with a presentation type can be an URL or a file path.
Returns UNKNOWN if a specified presentation type has no metadata associated with it.
Return type: CHARACTER
Access: PUBLIC
Applies to: Progress.BPM.Task class

Syntax

GetPresentationUI (INPUT type AS CHARACTER)
The type parameter is one of the constants returned from the GetAvailablePresentationTypes( ) method.