FileSystemDeleteJobSelectFilesToDelete Method |
Selects files to be deleted in order to delete given baseInfo from the repository.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax protected virtual IEnumerable<string> SelectFilesToDelete(
BaseInfo baseInfo
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
Base info which will be deleted.
Return Value
Type:
IEnumerableStringCollection of file paths to deleted.
Remarks Passed baseInfo is never null.
See Also