Enables scripted content fragments to interact with theme footers.
Methods
Update
Update Overload 1
Update a theme's footer.
Velocity
#set($additionalInfoResponse = $core_v2_themeFooter.Update($themeTypeId, $themeId, $themeContextId, $footerXml))
JavaScript
var additionalInfoResponse = core_v2_themeFooter.Update(themeTypeId, themeId, themeContextId, footerXml);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
themeTypeId | Guid | Theme Type ID | Required | ||
themeId | Guid | Theme ID | Required | ||
themeContextId | Guid | Theme context ID | Required | ||
footerXml | String | XML definition of the Footer containing a single node. | Required |
Update Overload 2
Update a theme's footer.
Velocity
#set($additionalInfoResponse = $core_v2_themeFooter.Update($themeTypeId, $themeId, $themeContextId, $footerXml, $checkPermissions))
JavaScript
var additionalInfoResponse = core_v2_themeFooter.Update(themeTypeId, themeId, themeContextId, footerXml, checkPermissions);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
themeTypeId | Guid | Theme Type ID | Required | ||
themeId | Guid | Theme ID | Required | ||
themeContextId | Guid | Theme context ID | Required | ||
footerXml | String | XML definition of the Footer containing a single node. | Required | ||
checkPermissions | Boolean | Check permissions before updating | Required |