Click or drag to resize
BaseIntegrationSubscription Constructor
Default constructor

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public BaseIntegrationSubscription(
	string connectorName,
	TaskProcessTypeEnum taskProcessType,
	TaskTypeEnum taskType,
	string siteName
)

Parameters

connectorName
Type: SystemString
Name of connector the subscription is attached to
taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Type of task processing (sync/async etc.)
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task which to subscribe to
siteName
Type: SystemString
Name of site which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
See Also