ISiteMapSite Method Ingeniux CMS Content Store API

Gets a site branding by its name.

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

Reference