Click or drag to resize
SiteInfoProviderEnsureSiteName Method
Ensures the site name value, if the value is null, sets the current site name to the value.

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

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: String
See Also