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