Click or drag to resize
TempFileInfoProviderGetTempFileInfoInternal Method (Int32)
Returns temporary file with specified ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual TempFileInfo GetTempFileInfoInternal(
	int tempFileId
)

Parameters

tempFileId
Type: SystemInt32
Temporary file ID

Return Value

Type: TempFileInfo
See Also