Click or drag to resize
TempFileInfoProviderDeleteTempFilesInternal Method (String, Guid, Int32, Int32)
Deletes all the temporary files with number between lower and upper boud from the given parent scope.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteTempFilesInternal(
	string parentFolder,
	Guid scopeGuid,
	int lowerBound,
	int upperBound
)

Parameters

parentFolder
Type: SystemString
Parent folder which is located under the temporary files root folder
scopeGuid
Type: SystemGuid
GUID of the parent scope
lowerBound
Type: SystemInt32
Number of temporary file which should be deleted as the first
upperBound
Type: SystemInt32
Number of the temporary file which should be deleted as the last
See Also