VerifyConnectedSiteScript
Verifies that the connected sites script has been installed, either via the script URL or fragment.
Stored Procedure-Specific Information
To run this procedure, you must specify the ConnectedSiteId input parameter. For example:
EXEC VerifyConnectedSiteScript ConnectedSiteId = 'your_site_id'
Input
| Name | Type | Required | Description |
| ConnectedSiteId | String | True | The unique id for the site. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful. |