Skip to main content

Class TaskMenu

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TaskMenu. Configurable Menu Items are items that will be merged into menus in given area and entity

Inheritance

objectCarrierTaskMenu

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get TaskMenu 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var taskMenu = agent.GetTaskMenu( 123 );

Constructors

TaskMenu()

Default constructor - defaults any enum props to 0.

Properties

ArchiveBehaviour

None, rightclick on, multiselect NULL if unknown enum value.

Property Value

ArchiveBehaviour?

See Also

TaskMenu.ArchiveBehaviour_String

ArchiveBehaviour_String

None, rightclick on, multiselect Raw string enum value.

Property Value

string

See Also

TaskMenu.ArchiveBehaviour

Area

Can be Task or other that can identify which menu recipe to merge the item into

Property Value

string

CrmScriptId

The CRMScript or Macro which will be run task item is selected.

Property Value

int

Deleted

True if deleted

Property Value

bool

Encoding

Encoding for url NULL if unknown enum value.

Property Value

UrlEncoding?

See Also

TaskMenu.Encoding_String

Encoding_String

Encoding for url Raw string enum value.

Property Value

string

See Also

TaskMenu.Encoding

Name

The list item

Property Value

string

ProgId

String key that can be used to uniquely retrieve the task menu; particularly useful for partners and others who do not wish to store database ID’s

Property Value

string

Rank

Rank order

Property Value

short

ShowInClient

Show task list item in which clients (web, mobile) NULL if unknown enum value.

Property Value

ShowTaskItemInClient?

See Also

TaskMenu.ShowInClient_String

ShowInClient_String

Show task list item in which clients (web, mobile) Raw string enum value.

Property Value

string

See Also

TaskMenu.ShowInClient

TableName

The name of entity that this task item can be used at

Property Value

string

TaskMenuId

Primary key

Property Value

int

TaskType

Type of task item Url, SoProtocol or CRMScript. NULL if unknown enum value.

Property Value

TaskListItemType?

See Also

TaskMenu.TaskType_String

TaskType_String

Type of task item Url, SoProtocol or CRMScript. Raw string enum value.

Property Value

string

See Also

TaskMenu.TaskType

Tooltip

Tooltip or other description

Property Value

string

UrlOrSoprotocol

The url or soprotocol

Property Value

string

See Also

ListAgent