DocumentIntegrationSubscription Constructor Kentico 8.0 API Reference
Default constructor

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

connectorName
Type: OnlineSystem 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: OnlineSystem String
Name of site which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
documentNodeAliasPath
Type: OnlineSystem String
Node alias path of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
documentCultureCode
Type: OnlineSystem String
Culture code of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
documentClassName
Type: OnlineSystem String
Class name of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters)
See Also