ContextMenuTriggerCondition Fields |
The ContextMenuTriggerCondition type exposes the following members.
Name | Description | |
---|---|---|
ContentType | Specifies a content type that has to match. (Inherited from BaseTriggerCondition.) | |
Expression | 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.) | |
Recursive | If enabled, all descendants of the specified tag are also matched. (Inherited from BaseTriggerCondition.) | |
Tag | Specifies a tag that has to exist on the item. (Inherited from BaseTriggerCondition.) | |
UrlPrefix | Specifies an URL prefix that has to match. This URL can be relative to the workflow item's web. (Inherited from BaseTriggerCondition.) | |
UserTransitions | Contains the user transitions that can start the workflow. |