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

GetAvailablePresentationTypes( ) method

Returns a comma separated string that contains the presentation types of a task or work item. The types are defined by the following constants:
*JSP
*WEBAPP
*PRIVATE
*GUI
*MOBILE
*TABLET
*OTHERs
A task must contain at least one presentation type defined for the GetAvailablePresentationTypes( )method to return a value.
Return type: CHARACTER
Access: PUBLIC
Applies to: Progress.BPM.Task class

Syntax

GetAvailablePresentationTypes( )