Web Part Zone Information
Defines a set of parameters for a SharePoint web part and zone.
| Reference Information |
| Release Status : |
Development |
| Alias Name : |
Entity.WebPartZoneInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.WebPartZoneInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| WebParts |
List`1. Specifies a list of web parts to be added to the web part zone, specified in the 'ZoneId' property.
|
|
false
|
true
|
| ZoneId |
String. Specifies the ID (as a string) of the web part zone to add the web parts to.
|
WebPartZone1
|
false
|
true
|
| ClearZone |
Nullable`1. Specifies whether to clear (delete) all web parts from the zone prior to adding. (Choose to do this if updating).
|
true
|
false
|
false
|
| PersonalizationScope |
PersonalizationScope. Indicates the PersonalizationScope for a WebPartManager object or the PersonalizationScope that applies to a property on a web parts control.
Note : Possible values are 'Shared' or 'User'.
|
Shared
|
false
|
true
|