Click or drag to resize
BaseTriggerCondition Fields

The BaseTriggerCondition type exposes the following members.

Fields
  NameDescription
Public fieldContentType
Specifies a content type that has to match.
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"'.
Public fieldRecursive
If enabled, all descendants of the specified tag are also matched.
Public fieldTag
Specifies a tag that has to exist on the item.
Public fieldUrlPrefix
Specifies an URL prefix that has to match. This URL can be relative to the workflow item's web.
Top
See Also