Quantcast
Channel: .Randomizzzer » SharePoint Designer
Viewing all articles
Browse latest Browse all 7

How to: Add new property in SP2010 site collection property bag

$
0
0
The property bag of a site collection is a hashtable keeping key-value pairs. You can add as many as you want and access them programmatically at a later stage by a simple SiteCollection.OpenWeb().AllProperties["PropertyName"]. But, what is a quick way to review all the existing properties or to add a new one without going through the [...]

Viewing all articles
Browse latest Browse all 7

Trending Articles