PortalName property: RCMenuLayout class
Description
Use the PortalName property to return the portal specified for this menu layout as a string value.
This property is set by the AddPageFieldMenu method of the RCServiceConfig class.
This property is effectively read-only.
Example
Local string &portal_name = &rcMenuLayout.PortalName;
Related Topics