How can I share a single set of configuration values amongst all instances of my Sharepoint Webpart? -


I have a SharePoint Webpartment that will be present on many pages. The Web portal has a custom editor control that I have developed to present the configuration options in a more favorable manner for the user.

Although there are many instances of webpages, I require that in each example there is a consistent set of attribute values.

Is there a way to use webpages as a site-level configuration element to define an existing default / per-page configuration instead of defining a property?

Store your settings in the property bag of the site / field for example SPFarm.Local.Properties.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -