Monthly Archives: September 2015

How to create web properties on SharePoint hosted apps.

Hi Guys, Here i can explain how to create and use web properties on SharePoint hosted apps. To create the proprieties use the below code. /*********Function to create web properties ********/ function createProperties() { appContextSite = new SP.AppContextSite(issueContext, hostWebUrl); hostWeb … Continue reading

Posted in Uncategorized | Leave a comment