Click or drag to resize
TempFileInfoProviderSetTempFileInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified temporary file.

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

Parameters

tempFileObj
Type: CMS.DataEngineTempFileInfo
Temporary file to be set
See Also