SiteInfoProviderEnsureSiteName Method |
Ensures the site name value, if the value is null, sets the current site name to the value.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static string EnsureSiteName(
ref string siteName
)
Parameters
- siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also