Locations.ApplicationSite
- Updated2025-07-21
- 1 minute(s) read
Locations.ApplicationSite
Syntax
Locations.ApplicationSite
Data Type
Use the following constants with this data type:
- ApplicationSite_DefaultSite –(Value: 0) Specifies that the user interface determines where to display the location.
- ApplicationSite_ItemList –(Value: 1) Specifies that the user interface displays the location in a list control, such as a list of steps or a list of sequences.
- ApplicationSite_PropertyBrowser –(Value: 3) Specifies that the user interface displays the location in a control that displays a hierarchy of properties and subproperties.
- ApplicationSite_Settings –(Value: 4) Specifies that the user interface displays the location in a settings panel or dialog.
- ApplicationSite_Variables –(Value: 2) Specifies that the user interface displays the location in a variables control.
Purpose
Specifies where to display a location in a user interface when the user interface can display the location in more than one place.