Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Reference
Query Schema
Community Content
In this section
Statistics Annotations (22)
This page is specific to
The 2007 product release

Other versions are also available for the following:
Query Schema

The Query schema of Introduction to Collaborative Application Markup Language (CAML) is used in various ways within the context of Windows SharePoint Services to define queries against list data. You can assign CAML query strings, for example, to the Query property of several classes in the object model in order to return data, or to method parameters of the Lists Web Service to work remotely with data. CAML queries are also used in the context of CAML views to return specific data.

Query Elements

Query

    Where

        Logical Joins

        And

            [Logical Joins]

            [Comparison Operators]

        Or

            [Logical Joins]

            [Comparison Operators]

        Comparison Operators

        BeginsWith

            FieldRef

            Value

            XML

        Contains

            FieldRef

            Value

            XML

        Eq

            FieldRef

            Value

            XML

        Geq

            FieldRef

            Value

            XML

        Gt

            FieldRef

            Value

            XML

        Leq

            FieldRef

            Value

            XML

        Lt

            FieldRef

            Value

            XML

        Neq

              FieldRef

              Value

              XML

        DateRangesOverlap

            FieldRef

            Value

        IsNotNull

            FieldRef

        IsNull

            FieldRef

    Order/Group Operators

    OrderBy

        FieldRef

    GroupBy

        FieldRef

See Also

Other Resources

View Schema
List Schema

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
How to create own email template in AssignedtoNotification      kalyan93   |   Edit   |   Show History

Hi,

I want to change the complete content of the EmailBody which is coming from SPAlertTemplateType.AssignedtoNotification.
I able to edit the Subject of the notification but not EmailBody.
I found the code
<IfSubString>
<Expr1>0x010801</Expr1>
<Expr2><GetVar Name="RawValue#ContentTypeId"/</Expr2>
<Then><GetVar Name="RawValue#EmailBody"/></Then>
<Else>
in the XML page under Header section.

After seeing this code I thought that EmailBody Is creating somewhere else but not in the XML page.

Can someone please help me in getting the complete control over the content in the EmailBody.

And tell me how to create the URL link for the Workflow task and the NewItem was caused to raise this alert?

Thank you
Kalyan.Polasi
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker