ContentType To List Mapping
Defines the parameters to add an existing site content type to an existing SharePoint list.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ContentTypeToListMapping |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ContentTypeToListMapping |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| AddIfUnavailable |
Nullable`1. If the content type is not in the available list of content types, then it will only be added if this property is set to 'True'.
Note : If the content type is available, this property is ignored.
|
true
|
false
|
false
|
| ContentTypeName |
String. Specifies the name of the content type.
|
Form
|
false
|
true
|
| EnableContentTypesOnList |
Nullable`1. If content types are not enabled on the list set to 'True'. If content types are not enabled on the list and this property is set to 'False' the action will fail.
Note : This is necessary if content types are not enabled on the list already.
|
true
|
false
|
false
|
| ListName |
String. Specifies the list name to add the content type to.
|
Pages
|
false
|
true
|