Click or drag to resize
SiteInfoProviderGetSiteNameInternal Method
Returns name of the specified site, or empty string if site not found.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetSiteNameInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: String
See Also