Class FileVersionInfo
Inheritance
System.Object
FileVersionInfo
Assembly: DotNetNuke.dll
Syntax
public class FileVersionInfo : BaseEntityInfo
Constructors
|
Improve this Doc
View Source
FileVersionInfo()
Declaration
Properties
|
Improve this Doc
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Extension
Declaration
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileId
Declaration
public int FileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SHA1Hash
Declaration
public string SHA1Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Size
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Version
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods