Enables scripted content fragments to interact with theme headers.
Methods
Update
Update Overload 1
Update a theme's header.
Velocity
JavaScript
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
themeTypeId | Guid | Theme Type ID | Required | ||
themeId | Guid | Theme ID | Required | ||
themeContextId | Guid | Theme context ID | Required | ||
headerXml | String | XML definition of the header containing a single node. | Required |
Update Overload 2
Update a theme's header.
Velocity
JavaScript
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
themeTypeId | Guid | Theme Type ID | Required | ||
themeId | Guid | Theme ID | Required | ||
themeContextId | Guid | Theme context ID | Required | ||
headerXml | String | XML definition of the header containing a single node. | Required | ||
checkPermissions | Boolean | Check permissions before updating | Required |