Show / Hide Table of Contents

Class FileVersionInfo

Inheritance
object
BaseEntityInfo
FileVersionInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileVersionInfo : BaseEntityInfo

Constructors

FileVersionInfo()

Declaration
public FileVersionInfo()

Properties

ContentType

Declaration
public string ContentType { get; set; }
Property Value
Type Description
string

Extension

Declaration
public string Extension { get; set; }
Property Value
Type Description
string

FileId

Declaration
public int FileId { get; set; }
Property Value
Type Description
int

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
int

SHA1Hash

Declaration
public string SHA1Hash { get; set; }
Property Value
Type Description
string

Size

Declaration
public int Size { get; set; }
Property Value
Type Description
int

Version

Declaration
public int Version { get; set; }
Property Value
Type Description
int

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS