Property Bag Info.
Defines the parameters to add (or update) a set of property bag items in the farm, webapp, site or web.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.PropertyBagInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.PropertyBagInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| KeyValuePairs |
SerializableObjectDictionary`1. Specifies the key and object to store in the property bag.
Note : The example illustrates how to pass in dictionary containing an 'int', 'string' and generic list of type 'string'.
|
3string 1string 2
|
false
|
true
|
| Scope |
Nullable`1. An SPScope specifying which property bag to target.
|
Web
|
false
|
true
|