Click or drag to resize
StagingHelperIsServerEnabled Method
Returns true if the staging server is enabled.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsServerEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name to check

Return Value

Type: Boolean
See Also