Click or drag to resize
SiteInfoProviderGetSiteInfo Method (String)
Returns the SiteInfo structure for a specified site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static SiteInfo GetSiteInfo(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name for that retrieve the data

Return Value

Type: SiteInfo
See Also