SiteShortCodes
Get a list of shortcodes available on a site. Note: The current user must have publishing access.
Stored Procedure Specific Information
Execute
Call this procedure to get a list of shortcodes available on a site.
Note: The current user must have publishing access.
To get a list of shortcodes available on a site, the following quey can be executed:
For example:
EXEC SiteShortCodes;
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the shortcode retrieval operation completed successfully. |
| ShortCodes | String | Returns a list of all supported shortcodes available for the site, identified by their shortcode handles. |