Add Site Column To List Info
Defines the parameters to add an existing site column to an existing SharePoint list.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.AddSiteColumnToListInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.AddSiteColumnToListInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| FieldName |
String. Specifies the name of the site field (column) to add to the list.
|
CustomerName
|
false
|
true
|
| ListName |
String. Specifies the name of the list to add the column to.
|
Pages
|
false
|
true
|
| FieldCollectionWebUrl |
String. Specifies the full URL of the web site containing the site fields collection. This field collection should contain the field to be added to the list.
Note : If this is not supplied then the current URL, of the context web will be used to identify the field collection.
|
${CurrentWeb.Url}
|
false
|
false
|