PageName property: DZConfig class
Description
Use the PageName property to return the name of the main page or the secondary page that contains the drop zone as a string value. When the drop zone is configured on a nested subpage, it is the name of the main page that is stored in this property.
This property is effectively read-only.
Note:
While this property is actually defined as read/write, use it in a read-only manner in your PeopleCode programs.
Example
In the example at the
beginning of this topic, the value stored in &sPageName is: MYQUICKCONTACTS
Local string &sPageName = &dzConfig.PageName;