 | ExtensionRegisterExtensionUserDefinedMenu Method |
Register a user defined entity menu item
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected void RegisterExtensionUserDefinedMenu(
Type entityType,
string menuCaption,
Guid subMenuCommandId,
Guid navBarPanelId
)
Protected Sub RegisterExtensionUserDefinedMenu (
entityType As Type,
menuCaption As String,
subMenuCommandId As Guid,
navBarPanelId As Guid
)
Parameters
- entityType
- Type: SystemType
Type of the entity linked with this menu item - menuCaption
- Type: SystemString
Caption of the menu item - subMenuCommandId
- Type: SystemGuid
Sub menu parent Id - navBarPanelId
- Type: SystemGuid
Nav bar panel Id
See Also