Monthly Archives: September 2013

Easy way to Check in Multiple SharePoint files inside multiple folders

When we have folder structure inside a document library, it is difficult to check all the files at single time. because it shows all the folder instead of files to users, by default SharePoint takes the items(folders) to check in … Continue reading

Posted in SharePoint | Tagged , , , | 31 Comments

Pass Querystring value from SharePoint Page to App Part(Client web part)

As we know an App Part generates an Iframe when it is added into a SharePoint page, so we face difficulty to pass query string value from page to app part. Here is the simple way to handle this. Using … Continue reading

Posted in SharePoint | Tagged , , , , | 9 Comments

Upload large size documents using Client side object model(SharePoint Office 365 online)

SharePoint 2013 Auto hosted Apps: When you create a SharePoint app and try to upload a large size document through client side object model, you face some issue related to maximum size limit. You try below code which works for … Continue reading

Posted in SharePoint | Tagged , , , | 2 Comments