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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected override 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