Click or drag to resize

ISiteMapSite Method


Gets a site branding by its name.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ISiteBranding Site(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of site branding

Return Value

Type: ISiteBranding
The site branding with matching name. If this site branding doesn't exist, returns null.
See Also