Click or drag to resize
ContentStagingTaskCollection Class
Holds content related objects with TaskTypeEnum actions based on changes during continuous integration restore operation.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalContentStagingTaskCollection

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
public class ContentStagingTaskCollection

The ContentStagingTaskCollection type exposes the following members.

Constructors
  NameDescription
Public methodContentStagingTaskCollection
Top
Fields
  NameDescription
Public fieldStatic memberTasksCollected
Event raised when Continuous Integration restore action is done and any task was collected in the collection to be processed.
Top
Methods
  NameDescription
Public methodAdd
Adds staging task of type taskType for given baseInfo. If the baseInfo has LogSynchronization set, or Content staging is disabled, staging task for the baseInfo is NOT added into the collection.
Public methodRaiseTasksCollected
Raises the TasksCollected event, if there are any tasks to log.
Top
See Also