Click or drag to resize
StagingTaskInfoProviderLoggingOfStagingTasksEnabled Method
Returns true if settings for logging staging task are enabled for given site. If site is String.Empty, then value is returned for global keys.

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

Parameters

siteName
Type: SystemString

Return Value

Type: Boolean
See Also