Show / Hide Table of Contents

Class ContextMenu

Inheritance
Object
ContextMenu
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("ContextMenu")]
public class ContextMenu : IWebObject, IPlugin

Constructors

ContextMenu()

Declaration
public ContextMenu()

Methods

GetArchiveContextMenu(String, String, Boolean, Boolean)

Declaration
public string GetArchiveContextMenu(string linkHint, string entity, bool isMultipleSelect, bool hasMixedSelectedEntities)
Parameters
Type Name Description
String linkHint
String entity
Boolean isMultipleSelect
Boolean hasMixedSelectedEntities
Returns
Type Description
String

GetContextMenu(String, String, Int32)

Declaration
public string GetContextMenu(string context, string subcontext, int id)
Parameters
Type Name Description
String context
String subcontext
Int32 id
Returns
Type Description
String

GetContextMenuListWithLinkHint(String, String, Int32, String)

Declaration
public List<MenuListItem> GetContextMenuListWithLinkHint(string context, string subcontext, int id, string linkHint)
Parameters
Type Name Description
String context
String subcontext
Int32 id
String linkHint
Returns
Type Description
List<MenuListItem>

GetContextMenuWithLinkHint(String, String, Int32, String)

Declaration
public string GetContextMenuWithLinkHint(string context, string subcontext, int id, string linkHint)
Parameters
Type Name Description
String context
String subcontext
Int32 id
String linkHint
Returns
Type Description
String

GetOverriddenArchiveContextMenu(String, String, Boolean, Boolean, String, String)

Declaration
public string GetOverriddenArchiveContextMenu(string linkHint, string entity, bool isMultipleSelect, bool hasMixedSelectedEntities, string contextOverride, string soProtocol)
Parameters
Type Name Description
String linkHint
String entity
Boolean isMultipleSelect
Boolean hasMixedSelectedEntities
String contextOverride
String soProtocol
Returns
Type Description
String

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top