Redirects.updateManual (Method)
Updates an existing manually created redirect entry.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | ManualRedirectID | Required | The unique ID of the redirect entry to update. |
type | RedirectAction_Manual | Required | The type of redirect, Legacy URL or Vanity URL. |
originalURL | RedirectableURL | Required | The server relative URL of the original URL that no longer exists. |
pageID | PageID | Required | The unique ID of the page to redirect to. |
description | PlainText_255 | Optional. Defaults to an empty string. | Description of the redirect. |
expireDate | Date_EmptyString | Optional. Defaults to an empty string. | The date after which the redirect entry should be removed. |
Context:
License Requirements | (none) |
Permission Requirements | Content:Author |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None