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.6.492
Syntax
ISiteBranding UpdateSite(
	ISiteBranding newSiteInfo
)

Parameters

newSiteInfo  ISiteBranding
Updated information

Return Value

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