IfNeg Element (View)
Applies to: SharePoint Foundation 2010
Contains two Collaborative Application Markup Language (CAML) expressions and allows for conditional rendering based on whether the first expression contains a negative value. The first expression is rendered if it contains a negative value, but if not, the second expression is rendered.
<IfNeg>
<Expr1></Expr1>
<Expr2></Expr2>
</IfNeg>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |