Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.TrimMenuLink Class Reference

The TrimMenuLink class represents a user-defined item on an objects context menu. This base class is designed to allow SDK addIn developers to add their own menu items to these menus, using the TrimAddIn GetLinks function. More...

Inheritance diagram for HP.HPTRIM.SDK.TrimMenuLink:
HP.HPTRIM.SDK.TrimMenuLinkBase

Properties

abstract int MenuID [get]
 Gets an ID number that identifies this menu item. More...
 
abstract string Name [get]
 Gets a string that should appear on the context menu. More...
 
abstract string Description [get]
 Gets a string that should appear as a tool tip when hovering over a menu item More...
 
abstract bool SupportsTagged [get]
 Gets a boolean value indicating whether this menu item supports TRIM tagged processing More...
 

Additional Inherited Members

Detailed Description

The TrimMenuLink class represents a user-defined item on an objects context menu. This base class is designed to allow SDK addIn developers to add their own menu items to these menus, using the TrimAddIn GetLinks function.

Property Documentation

abstract string HP.HPTRIM.SDK.TrimMenuLink.Description
get

Gets a string that should appear as a tool tip when hovering over a menu item

abstract int HP.HPTRIM.SDK.TrimMenuLink.MenuID
get

Gets an ID number that identifies this menu item.

abstract string HP.HPTRIM.SDK.TrimMenuLink.Name
get

Gets a string that should appear on the context menu.

abstract bool HP.HPTRIM.SDK.TrimMenuLink.SupportsTagged
get

Gets a boolean value indicating whether this menu item supports TRIM tagged processing