Click or drag to resize
DocumentIntegrationSubscription Class
Class representing subscription to documents
Inheritance Hierarchy

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

The DocumentIntegrationSubscription type exposes the following members.

Constructors
  NameDescription
Public methodDocumentIntegrationSubscription
Default constructor
Top
Properties
  NameDescription
Public propertyConnectorName
Name of connector the subscription is attached to.
(Inherited from BaseIntegrationSubscription.)
Public propertyDocumentClassName
Class name of document to match
Public propertyDocumentCultureCode
Culture code of document to match
Public propertyDocumentNodeAliasPath
Alias path of document 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 node 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