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: 12.0.0
Syntax public static string GetSiteName(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
StringSee Also