• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class FileVersionInfo

Inheritance
System.Object
BaseEntityInfo
FileVersionInfo
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileVersionInfo : BaseEntityInfo

Constructors

| Improve this Doc View Source

FileVersionInfo()

Initializes a new instance of the FileVersionInfo class.

Declaration
public FileVersionInfo()

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

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS