Click or drag to resize
FileSystemDeleteJobSelectFilesToDelete Method
Selects files to be deleted in order to delete given baseInfo from the repository.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected virtual IEnumerable<string> SelectFilesToDelete(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Base info which will be deleted.

Return Value

Type: IEnumerableString
Collection of file paths to deleted.
Remarks
Passed baseInfo is never null.
See Also