Redirect Page Info
Defines the parameters to define a redirect page.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.RedirectPageInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Moss.Entities.RedirectPageInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Moss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| AddVersionIfExists |
Nullable`1. Specifies whether to create a new version if the page already exists at the destination URL.
|
true
|
false
|
false
|
| CustomContentTypeId |
String. Specifies a custom content type ID to use, if the not using the standard SharePoint redirect page.
Note : If you do wish to use a custom redirect page layout then the content type needs to be deployed before this action runs.
|
|
false
|
false
|
| CustomPageLayout |
String. Specifies a custom page layout to use, if the not using the standard SharePoint redirect page.
Note : If you do wish to use a custom redirect page layout then the page layout needs to be deployed before this action runs.
|
|
false
|
false
|
| CustomUrlDescFieldName |
String. Specifies a custom field name description to use, if the not using the standard SharePoint redirect page.
|
|
false
|
false
|
| CustomUrlFieldName |
String. Specifies a custom field name to contain the URL to redirect to, if the not using the standard SharePoint redirect page.
|
|
false
|
false
|
| PageName |
String. Specifies the name of the redirect page that will be created in the 'Pages' library.
|
RedirectPage.aspx
|
false
|
true
|
| RedirectUrl |
String. Specifies the URL to redirect to.
|
http://www.collaboris.co.uk
|
false
|
false
|
| RedirectUrlDescription |
String. Specifies a description for the redirect.
|
Collaboris Web Site
|
false
|
false
|
| SetAsDefault |
Nullable`1. Specifies whether to set the page as the default page in the pages library.
|
false
|
false
|
false
|