Hi All,
There is a business requirement where users of SharePoint 2013 site should be able to thesite quota on the every page when they navigate. For e.g. if the site quota is 100 GB and free space for that site is 40 GB the status should shows 40 GB free of 100 GB.
First, I am planning to have a custom master page and develop a
customize suite bar as the prominent and easy for end users to view it. Furthermore, if site quota reaches 70 % I need to change font color to yellow such as70% and when its reach I need to show80%.
I am familiar withwriting server side codeand deploy this as a feature using Visual Studio. I am not too
comfortable with CSOM or jQuery to achieve this requirement.
Q:Can someone share any pointers if my approach is correct or have a better approach or easier way to achieve?
Q:Can someone suggest any code sample to show site quota on the home page?
Thank you.
Sandy