Click or drag to resize
MetaFileInfoProviderEnsurePhysicalFile Method
Ensures the file in the file system and returns the path to the file.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string EnsurePhysicalFile(
	MetaFileInfo fileInfo,
	string siteName
)

Parameters

fileInfo
Type: CMS.DataEngineMetaFileInfo
File info
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also