Class FileInfo
Assembly: DotNetNuke.dll
Syntax
public class FileInfo : BaseEntityInfo, IHydratable, IFileInfo
Constructors
FileInfo()
Declaration
FileInfo(Guid, Guid, int, string, string, int, int, int, string, string, int, int, bool, string)
Declaration
public FileInfo(Guid uniqueId, Guid versionGuid, int portalId, string filename, string extension, int filesize, int width, int height, string contentType, string folder, int folderId, int storageLocation, bool cached, string hash)
Parameters
FileInfo(int, string, string, int, int, int, string, string, int, int, bool)
Declaration
public FileInfo(int portalId, string filename, string extension, int filesize, int width, int height, string contentType, string folder, int folderId, int storageLocation, bool cached)
Parameters
FileInfo(int, string, string, int, int, int, string, string, int, int, bool, string)
Declaration
public FileInfo(int portalId, string filename, string extension, int filesize, int width, int height, string contentType, string folder, int folderId, int storageLocation, bool cached, string hash)
Parameters
Properties
ContentItemID
Declaration
public int ContentItemID { get; set; }
Property Value
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
EnablePublishPeriod
Declaration
public bool EnablePublishPeriod { get; set; }
Property Value
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Extension
Declaration
public string Extension { get; set; }
Property Value
FileAttributes
Declaration
public FileAttributes? FileAttributes { get; }
Property Value
FileId
Declaration
public int FileId { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Folder
Declaration
public string Folder { get; set; }
Property Value
FolderId
Declaration
public int FolderId { get; set; }
Property Value
FolderMappingID
Declaration
public int FolderMappingID { get; set; }
Property Value
HasBeenPublished
Declaration
public bool HasBeenPublished { get; }
Property Value
Height
Declaration
public int Height { get; set; }
Property Value
IsCached
Declaration
public bool IsCached { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime LastModificationTime { get; set; }
Property Value
PhysicalPath
Declaration
public string PhysicalPath { get; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
PublishedVersion
Declaration
public int PublishedVersion { get; set; }
Property Value
RelativePath
Declaration
public string RelativePath { get; }
Property Value
SHA1Hash
Declaration
public string SHA1Hash { get; set; }
Property Value
Size
Declaration
public int Size { get; set; }
Property Value
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
StorageLocation
Declaration
public int StorageLocation { get; set; }
Property Value
SupportsFileAttributes
Declaration
public bool SupportsFileAttributes { get; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods