Click or drag to resize
TempFileInfoProviderDeleteTempFilesInternal Method (String, Guid)
Deletes all the temporary files 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
)

Parameters

parentFolder
Type: SystemString
Parent folder which is located under the temporary files root folder
scopeGuid
Type: SystemGuid
GUID of the parent scope
See Also