MenuId property: RCMenuLayout class

Description

Use the MenuId property to return the ID for this menu layout as a string value in the following format:

PAGE_NAME.field_ID

This property is set by the CloneForNewFull method and the AddPageFieldMenu method of the RCServiceConfig class.

This property is effectively read-only.

Example

Local string &menu_ID = &rcMenuLayout.MenuId;