ISiteMapUpdateSite Method
|
Updates content of a site branding instance.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ISiteBranding UpdateSite(
ISiteBranding newSiteInfo
)
Function UpdateSite (
newSiteInfo As ISiteBranding
) As ISiteBranding
ISiteBranding^ UpdateSite(
ISiteBranding^ newSiteInfo
)
abstract UpdateSite :
newSiteInfo : ISiteBranding -> ISiteBranding
Parameters
- newSiteInfo
- Type: Ingeniux.CMSISiteBranding
Updated information
Return Value
Type:
ISiteBrandingNewly 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