| DocumentIntegrationSubscription Constructor  | 
            Default constructor
            
 
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntaxpublic DocumentIntegrationSubscription(
	string connectorName,
	TaskProcessTypeEnum taskProcessType,
	TaskTypeEnum taskType,
	string siteName,
	string documentNodeAliasPath,
	string documentCultureCode,
	string documentClassName
)
Parameters
- connectorName
 - Type: SystemString
Name of connector the subscription is attached to - taskProcessType
 - Type: CMS.SynchronizationTaskProcessTypeEnum
Type of task processing (supported: AsyncSimple, AsyncSimpleSnapshot, SyncSnapshot) - 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) - documentNodeAliasPath
 - Type: SystemString
Node alias path of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters) - documentCultureCode
 - Type: SystemString
Culture code of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters) - documentClassName
 - Type: SystemString
Class name of document which to subscribe to (accepts '%' as a wildcard representing 0-n characters) 
See Also