Click or drag to resize

ContextMenuTriggerCondition Fields

The ContextMenuTriggerCondition type exposes the following members.

Fields
  NameDescription
Public fieldContentType
Specifies a content type that has to match.
(Inherited from BaseTriggerCondition.)
Public fieldExpression
Specifies an expression that has to evaluate to the boolean value 'true'. In the 'ContextMenuTriggerCondition' you can use 'DataItem.PropertyName' to access the properties of the list item where the context menu should be shown. E.g.: 'DataItem.Category == "Global"'.
(Inherited from BaseTriggerCondition.)
Public fieldRecursive
If enabled, all descendants of the specified tag are also matched.
(Inherited from BaseTriggerCondition.)
Public fieldTag
Specifies a tag that has to exist on the item.
(Inherited from BaseTriggerCondition.)
Public fieldUrlPrefix
Specifies an URL prefix that has to match. This URL can be relative to the workflow item's web.
(Inherited from BaseTriggerCondition.)
Public fieldUserTransitions
Contains the user transitions that can start the workflow.
Top
See Also