Click or drag to resize
AbstractInfoTInfoGetFileInfo Method
Returns FileInfo object from external storage if exists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public FileInfo GetFileInfo(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column

Return Value

Type: FileInfo
See Also