Class FileVersionInfo
Inheritance
FileVersionInfo
Assembly: DotNetNuke.dll
Syntax
public class FileVersionInfo : BaseEntityInfo
Constructors
FileVersionInfo()
Declaration
Properties
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Extension
Declaration
public string Extension { get; set; }
Property Value
FileId
Declaration
public int FileId { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Height
Declaration
public int Height { get; set; }
Property Value
SHA1Hash
Declaration
public string SHA1Hash { get; set; }
Property Value
Size
Declaration
public int Size { get; set; }
Property Value
Version
Declaration
public int Version { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Extension Methods