PortalObjName property: RCMenuLayout class
Description
Use the PortalObjName property to return the content reference ID (portal object name) 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 &CREF_ID = &rcMenuLayout.PortalObjName;
Related Topics