Click or drag to resize
SiteInfoProviderUpdateRunningInfo Method
Updates the information within the running sites table based on the given site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public static void UpdateRunningInfo(
	SiteInfo siteInfo
)

Parameters

siteInfo
Type: CMS.SiteProviderSiteInfo
Site info
See Also