Click or drag to resize
ObjectIntegrationSubscription Class
Class representing subscription to objects
Inheritance Hierarchy

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public class ObjectIntegrationSubscription : BaseIntegrationSubscription

The ObjectIntegrationSubscription type exposes the following members.

Constructors
  NameDescription
Public methodObjectIntegrationSubscription
Default constructor
Top
Properties
  NameDescription
Public propertyConnectorName
Name of connector the subscription is attached to.
(Inherited from BaseIntegrationSubscription.)
Public propertyObjectCodeName
Code name of object to match
Public propertyObjectType
Type of object to match
Public propertySiteName
Site name of document or object to match. Use AbstractIntegrationSubscription.GLOBAL_OBJECTS to match only global objects.
(Inherited from BaseIntegrationSubscription.)
Public propertyTaskProcessType
Type of task processing (sync/async etc.)
(Inherited from BaseIntegrationSubscription.)
Public propertyTaskType
Task type of document or object to match.
(Inherited from BaseIntegrationSubscription.)
Top
Methods
  NameDescription
Protected methodGetRegex
Returns regular expression with pattern used to match words like 'cms.%' or 'cms.pagetemplate%' where '%' represents with 0-n characters
(Inherited from BaseIntegrationSubscription.)
Protected methodIsMatch(String)
Determines whether given site name matches the SiteName property
(Inherited from BaseIntegrationSubscription.)
Protected methodIsMatch(TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given task type matches the TaskType property
(Inherited from BaseIntegrationSubscription.)
Public methodIsMatch(GeneralizedInfo, TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given info object and task type match the subscription
(Inherited from BaseIntegrationSubscription.)
Public methodIsMatch(ICMSObject, TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given info object and task type match the subscription
(Overrides BaseIntegrationSubscriptionIsMatch(ICMSObject, TaskTypeEnum, TaskProcessTypeEnum).)
Public methodIsMatch(TreeNode, TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given node and task type match the subscription
(Inherited from BaseIntegrationSubscription.)
Top
See Also