| DocumentFileDeleteJobSelectFilesToDelete Method | 
            Selects files to be deleted in order to delete given baseInfo from the repository.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected override 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
RemarksPassed baseInfo is never null.
 See Also
See Also