Please note: This blog is no longer active. My new blog is located at http://blog.timwheeler.io

Thursday, May 15, 2014

Content classification approach for SharePoint 2013 / Office365

I had a request to implement a classification system for SharePoint 2013 sites.  This needed to work with Office 365 and On Premise so farm solutions are a no go.  My company gave permission to make this public so here goes.

The process to use this consists of:
  1. Update property bag values on your site collection's root web
  2. Upload the Classify.js to the site collection
  3. Add a reference to the JS in the master page

For all the detailed information and downloadable scripts visit my Wiki.