Click or drag to resize

ISiteMapUpdateSite Method


Updates content of a site branding instance.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ISiteBranding UpdateSite(
	ISiteBranding newSiteInfo
)

Parameters

newSiteInfo
Type: Ingeniux.CMSISiteBranding
Updated information

Return Value

Type: ISiteBranding
Newly updated site branding. Null if site branding with given name doesn't exist.
Remarks
Nothing happens if the site branding with the given name doesn't exist.
See Also