Skip to content

Getting started

takerusilt edited this page Sep 22, 2017 · 6 revisions

Installation

Download package

Run the following command in the Package Manager Console:

PM> Install-Package Codeless.SharePoint

Or download from NuGet Gallery.

SharePoint Version Latest Package Version
SharePoint 2016 v15.0.380
SharePoint 2013 v15.0.380
SharePoint 2010 v14.0.380

Install on SharePoint farm

stsadm -o addsolution -filename Codeless.SharePoint.Package.wsp
stsadm -o deploysolution -name Codeless.SharePoint.Package.wsp -allowgacdeployment -immediate -force -allcontenturls

Add to SharePoint project

Add references to the assemblies in your projects can you can start writing SharePoint projects with the Codeless SharePoint Library!