Web Part List Information
Defines a set of parameters to list a set of web parts on a page by their ID's.
| Reference Information |
| Release Status : |
Development |
| Alias Name : |
Entity.WebPartListInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.WebPartListInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| WebPartPageRelativeUrl |
String. The relative path to the web part page containing the web parts to connect.
|
pages/Default.aspx
|
false
|
true
|
| WebPartIds |
List`1. A list of web part ID's that will be used by the action to operate on.
Note : Hint : To discover the web part ID, try exporting it.
|
MyListViewWebPart
|
false
|
false
|
| PersonalizationScope |
PersonalizationScope. Indicates the PersonalizationScope for a WebPartManager object or the PersonalizationScope that applies to a property on a web parts control.
|
Shared
|
false
|
true
|
| RemoveAll |
Boolean. Specifies whether to remove all of the web parts on the web parts page.
Note : If 'True' is supplied then any ID's entered into 'WebPartIds' will be ignored.
|
false
|
false
|
false
|