Click or drag to resize
TempFileInfoProviderGetTempFiles Method

Note: This API is now obsolete.

Returns all temp files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITempFileInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TempFileInfo.Provider.")]
public static ObjectQuery<TempFileInfo> GetTempFiles()

Return Value

Type: ObjectQueryTempFileInfo
See Also