Default constructor
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- connectorName
- Type: System.String
Name of connector the subscription is attached to
- taskProcessType
- Type: CMS.Synchronization.TaskProcessTypeEnum
Type of task processing (supported: AsyncSimple, AsyncSimpleSnapshot, SyncSnapshot)
- taskType
- Type: CMS.DataEngine.TaskTypeEnum
Type of task which to subscribe to
- siteName
- Type: System.String
Name of site which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
- documentNodeAliasPath
- Type: System.String
Node alias path of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
- documentCultureCode
- Type: System.String
Culture code of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
- documentClassName
- Type: System.String
Class name of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
See Also