Click or drag to resize
FileSystemDeleteJobRunInternal Method
Deletes given baseInfo from the repository.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected override void RunInternal(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Base info which will be deleted.
Remarks
Provided baseInfo is never .
See Also