Click or drag to resize
SiteInfoProviderStopSite Method
Sets the specified Site stopped.

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

Parameters

siteName
Type: SystemString
Site name of the site to stop
See Also