Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active June 12, 2018 17:05
Show Gist options
  • Save vaderj/b1ba18cc9d9665731fa7 to your computer and use it in GitHub Desktop.
Save vaderj/b1ba18cc9d9665731fa7 to your computer and use it in GitHub Desktop.
Generic CAML query by title #CAML #SharePoint
// assuming that sTitle = a string of the title
'<Where><Eq><FieldRef Name="Title" /><Value Type="Text">' + sTitle + '</Value></Eq></Where>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment