Click or drag to resize

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)
Syntax
protected void RegisterExtensionUserDefinedMenu(
	Type entityType,
	string menuCaption,
	Guid subMenuCommandId,
	Guid navBarPanelId
)

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