Interface IMenuListItem
Interface for an MDO list item in a list for building menus
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface IMenuListItem : ISoListItem
Properties
CrudFlags
Gets a flag indicating the operation the item is set to perform. It is a combination of these characters: CRUD
Declaration
string CrudFlags { get; }
Property Value
| Type | Description |
|---|---|
| string |
SubItems
A menu item can have subitems
Declaration
List<MenuListItem> SubItems { get; }
Property Value
| Type | Description |
|---|---|
| List<MenuListItem> |
Url
Get a url for the MenuListItem. It is usually a soprotocol url.
Declaration
string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |