Click or drag to resize
StagingHelperServerAuthenticationType Method
Returns server authentication type for specified site.

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

Parameters

siteName
Type: SystemString
Site name to check

Return Value

Type: ServerAuthenticationEnum
See Also