Updates a Site Branding
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- data
- Type: SiteMgrInfo
Information to update the Site Branding
Return Value
Type: XHRServiceResponseGenericSiteMgrInfoInformation of Site Branding after update
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"Name": "Support",
"SearchString": "support",
"SiteGroup": "Support"
}
}Remarks
If Site Branding with matching name doesn't exist, returns error status
Examples
JavaScript
{
"data": {
"Name": "Support",
"SearchString": "support",
"SiteGroup": "Support"
}
}See Also