PublishLandingPage
Publishes a landing page that is in draft, unpublished, or has been previously published and edited.
Stored Procedure-Specific Information
To run this procedure, you must specify the PageId input parameter. For example:
EXEC PublishLandingPage PageId = 'your_page_id'
Input
| Name | Type | Required | Description |
| PageId | String | True | The unique id for the page. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful. |