Click or drag to resize
TempFileInfoProviderSetTempFileInfoInternal Method
Sets (updates or inserts) specified temporary file.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTempFileInfoInternal(
	TempFileInfo tempFileObj
)

Parameters

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