-
Notifications
You must be signed in to change notification settings - Fork 1
Utilities
Michael edited this page Jul 15, 2017
·
2 revisions
Utilities are just some handy unrelated methods which are offered in the Framework. More will be added over time.
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)
static void CreateContentType(ClientContext context ContentType parentContentType, string contentName, string description, string contentGroup)
- Creates a SharePoint Site Content Type