ISiteMapUpdateSite Method Ingeniux CMS Content Store API

Updates content of a site branding instance.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference