Click or drag to resize
StagingTask Constructor
Creates instance of staging task DTO.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
public StagingTask(
	BaseInfo baseInfo,
	TaskTypeEnum taskType
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Base info.
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of the staging
See Also