Sometimes you may find a need to activate some feature from code, programmatically.In my case I needed to do that inside the WebProvisioned event. First you will want to check if the feature is already activated. And then if not – add the feature. Simple and clean solution goes like this: 123456789101112131415161718 […]
Continue reading »