Gets a site branding by its name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISiteBranding Site(
string siteName
)
Function Site (
siteName As String
) As ISiteBranding
ISiteBranding^ Site(
String^ siteName
)
abstract Site :
siteName : string -> ISiteBranding
Parameters
- siteName
- Type: SystemString
Name of site branding
Return Value
Type:
ISiteBrandingThe site branding with matching name. If this site branding doesn't exist, returns null.
See Also