| SiteInfoProviderGetSiteName Method | 
            Returns name of the specified site, or empty string if site not found.
            
 
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string GetSiteName(
	int siteId
)
Parameters
- siteId
- Type: SystemInt32
 Site ID
Return Value
Type: 
String See Also
See Also