Skip to content

Instantly share code, notes, and snippets.

@BipulRaman
BipulRaman / bipul.in_Sample_SP_CAML_Query.xml
Last active July 3, 2018 08:49
www.bipul.in | Sample SharePoint CAML Query
<View>
<Query>
<Where>
<Eq>
<FieldRef Name="Title" />
<Value Type="Text">Test</Value>
</Eq>
</Where>
<OrderBy>
<FieldRef Name="Title" Ascending="True" />