Click or drag to resize
AbstractIntegrationSubscription Class
Class representing generic subscription object.
Inheritance Hierarchy

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public abstract class AbstractIntegrationSubscription

The AbstractIntegrationSubscription type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractIntegrationSubscription
Top
Fields
  NameDescription
Public fieldStatic memberGLOBAL_OBJECTS
Used for subscribing to global objects.
Top
Properties
  NameDescription
Public propertyConnectorName
Name of connector the subscription is attached to
Top
Methods
  NameDescription
Public methodIsMatch
Determines whether given CMS object and task type match the subscription
Top
See Also