Skip to content
Sergey Svirsky edited this page Jul 12, 2016 · 11 revisions

Welcome to Untech.SharePoint wiki!

Please use the sidebar on the right to navigate through this WIKI.


Untech.SharePoint is a set of libraries that extends LINQ and gives you a new way to work with lists in SharePoint.

Here are the main project features:

  • Supports both CSOM and SSOM;
  • Annotational mapping (i.e. based on attributes);
  • Class-like mapping (i.e. based on ContextMap, ContentTypeMap classes);
  • Supports custom mappings;
  • Built-in field converters;
  • Supports custom field converters;
  • Can work with external lists;
  • Supports Get, Add, Update, Delete methods on non-external lists;
  • Supports batch-operations: Add, Update, Delete;
Clone this wiki locally