Advertisement
onejdc

CAML Query

Aug 27th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
  2.  
  3.     <soap:Body>
  4.         <GetListItems xmlns='http://schemas.microsoft.com/sharepoint/soap/'>
  5.             <listName>ADM College Transcript Request</listName>
  6.             <viewName></viewName>
  7.             <Query>
  8.                 <Where>
  9.                     <Eq>
  10.                         <FieldRef Name='Current_x0020_Status'/>
  11.                         <Value Type='Choice'>Received Transcript Check</Value>
  12.                     </Eq>
  13.                 </Where>
  14.             </Query>
  15.             <ViewFields><FieldRef Name='Title' /></ViewFields>
  16.             <rowLimit>0</rowLimit>
  17.             <QueryOptions>
  18.                 <ViewAttributes Scope='RecursiveAll' IncludeRootFolder='True' />
  19.             </QueryOptions>
  20.             </GetListItems>
  21.         </soap:Body>
  22.     </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement