Wednesday, August 10, 2016

Update pagelayout in SharePoint 2010

If a page layout has some pages associated, it can be replaced in SharePoint 2013 by using ReplaceContent="True" attribute, but this was difficult to achieve in SharePoint 2010.

I found this blog which details an awesome way to replace existing page layout in SP 2010

http://sharepoint.stackexchange.com/questions/20162/how-to-update-custom-master-page-and-page-layout-which-is-already-deployed

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...