SharePoint CAML Helper

Makes the process of building CAML queries for SharePoint within .NET code easier
Download

SharePoint CAML Helper Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Stoorob
  • Operating Systems:
  • Windows All
  • File Size:
  • 16 KB

SharePoint CAML Helper Tags


SharePoint CAML Helper Description

The SharePoint CAML Helper was developed to be a utility class that helps make the process of building CAML queries for SharePoint within .NET code easier, especially for the more complex query. Example query using the utility class: CAMLManager target = new CAMLManager(new QueryGroup("Title", Types.FieldTypes.Text, Types.QueryTypes.Eq, "List Item Title")); target.QueryGroups.Add(new QueryGroup(Types.FieldRefTypes.ID, "{D562C8AC-457A-446b-84D6-2FA26FAABED7}", Types.FieldTypes.YesNo, Types.QueryTypes.Neq, "true")); target.OrderBy.Add(new OrderBy("Title", false)); target.ViewFields.Add(new ViewField("Title")); target.ViewFields.Add(new ViewField("{D562C8AC-457A-446b-84D6-2FA26FAABED7}", Types.FieldRefTypes.ID)); target.RowLimit = 100; string camlQuery = target.GetFullCAML();


SharePoint CAML Helper Related Software