Getting Started - Happi-cat/Untech.SharePoint GitHub Wiki
Contents
Project structure
This project consists from next main projects (i.e. libraries):
- Untech.SharePoint.Common - Contains all meta-models, query models, field converters. Includes common logic and interfaces.
- Untech.SharePoint.Client - CSOM-specific code.
- Untech.SharePoint.Server - SSOM-specific code.
- Untech.SharePoint.Common.Test - contains tests for code from Common lib, includes additional test tools, test data generators and API specifications.
- Untech.SharePoint.Client.Test - comprises tests for Client-specific code and specification-based tests.
- Untech.SharePoint.Server.Test - includes tests for Server-specific code and specification-based tests.
Pre-requisites
Untech.SharePoint.Common dependencies:
Untech.SharePoint.Client dependencies:
- Untech.SharePoint.Common
- Microsoft.SharePoint.Client.dll ver. 16.1.
Untech.SharePoint.Server dependencies:
- Untech.SharePoint.Common
- Microsoft.SharePoint.dll ver 16.1.
NOTE: Detailed info about dependencies and their version can be checked in NuGet:
Installation
Installation will depend on object model you use: