| ObjectIntegrationSubscription Constructor  | 
            Default constructor
            
 
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntaxpublic ObjectIntegrationSubscription(
	string connectorName,
	TaskProcessTypeEnum taskProcessType,
	TaskTypeEnum taskType,
	string siteName,
	string objectType,
	string objectCodeName
)
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) - objectType
 - Type: SystemString
Type of object which to subscribe to (accepts '%' as a wildcard representing 0-n characters) - objectCodeName
 - Type: SystemString
Code name of object which to subscribe to (accepts '%' as a wildcard representing 0-n characters) 
See Also