Tagged Questions
0
votes
3answers
525 views
rootWeb.AllProperties[“__InheritsCustomMasterUrl”] = “True”; not working
I am developing a branding project, in this project i have custom master page, i can successfully deploy it and automatically apply to the root web. But i want all the subsites inherit the master page ...
3
votes
2answers
195 views
Feature Activation Logic (Prevent Activation)
I have three site collection features used to set branding throughout the site collection. I want to prevent the accidental activation of one of the features if one of the three is already activated; ...