Skip to content

Files

Latest commit

3ef9d81 · Jul 11, 2016

History

History
27 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.25 KB

generateIA_SP_JavaScript

ScreenShot

This is script that generates the Information Architecture of a SharePoint site from the site URL using jQuery and JSOM.

The Information Architecture generated can be exported to an excel file and includes:

  • Site Structure: Libraries, Folders, Subsites.
  • Security of the site an its elements.
  • Content Types used in each library of the site.
  • Default values per library.
  • Site metadata (Property bag values).
  • Library views.

ScreenShot

Assumptions

  • The Script is in the same domain of the site.
  • Full control over the site
  • Read permission over the Libraries (Minimum). You will need full control over the Library if you want to get the security settings, otherwise you will see something like the following image as output indicating that you have "NO ACCESS" to see the security configuration.

ScreenShot

License

MIT Copyright (c) 2016 Yngrid D Coello