Rule complexType (apps for Office)
apps for SharePoint
Published: February 26, 2013
An abstract type that specifies the conditions for the host application to activate this mail app.
|
Namespace |
http://schemas.microsoft.com/office/appforoffice/1.0 |
|
Schema file |
offappmanifest.xsd |
|
Extension base |
None |
<xs:complexType name="Rule" abstract="true"></xs:complexType>
Child elements
None.
Attributes
None.
Because Rule is an abstract type, when specifying a Rule element in a manifest, use the xsi:type attribute to specify the exact type of rule which extends this Rule abstract type, for example, the ItemIs, ItemHasAttachment, ItemHasKnownEntity, ItemHasRegularExpressionMatch, or RuleCollection type of rule.