Utilities - SharePointPro/SpproEntity GitHub Wiki
Utilities are just some handy unrelated methods which are offered in the Framework. More will be added over time.
GeoUtility (SpproFramework.Utilities.GeoUtility)
static void AddGeolocationField(ClientContext context, string listName, string columnName)
-
Adds a Geolocation column to a list in SharePoint Usage:
SpproFramework.Utilities.GeoUtility.AddGeolocationField(context, listName, columname)
ContentTypeUtility (SpproFramework.Utilities.ContentTypeUtility)
static void CreateContentType(ClientContext context ContentType parentContentType, string contentName, string description, string contentGroup)
- Creates a SharePoint Site Content Type