Updates the inner HTML of the element with the specified id when called from a snippet procedure.
EXEC SoftadminSnippet.Element_SetContent @ElementId = N'MyElementId', @Html = N'<b>Done</b>';