UpdateSnippetContent
Updates the content of a snippet.
Execute
Sample EXECUTE UpdateSnippetContent SnippetId=1054, Content='<h1>test<h1>', Type='HTML'
Input
Name | Type | Required | Description |
SnippetId | Integer | True | The Id of the snippet. |
Content | String | True | The content of the snippet. |
Type | String | False | The type of the content of the snippet.
The allowed values are DynamicContent, Text, HTML. The default value is Text. |
Result Set Columns
Name | Type | Description |
Id | Integer | The Id of the updated snippet. |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |