Click or drag to resize
TempFileInfoProviderEnsurePhysicalFile Method
Ensures the file in the file system.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void EnsurePhysicalFile(
	TempFileInfo fileInfo
)

Parameters

fileInfo
Type: CMS.DataEngineTempFileInfo
Temporary file
See Also