Show / Hide Table of Contents

Interface IFileInfo

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public interface IFileInfo

Properties

ContentItemID

Declaration
int ContentItemID { get; set; }
Property Value
Type Description
int

ContentType

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

CreatedByUserID

Declaration
int CreatedByUserID { get; }
Property Value
Type Description
int

CreatedOnDate

Declaration
DateTime CreatedOnDate { get; }
Property Value
Type Description
DateTime

Description

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

EnablePublishPeriod

Declaration
bool EnablePublishPeriod { get; set; }
Property Value
Type Description
bool

EndDate

Declaration
DateTime EndDate { get; set; }
Property Value
Type Description
DateTime

Extension

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

FileAttributes

Declaration
FileAttributes? FileAttributes { get; }
Property Value
Type Description
FileAttributes?

FileId

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

FileName

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

Folder

Declaration
string Folder { get; set; }
Property Value
Type Description
string

FolderId

Declaration
int FolderId { get; set; }
Property Value
Type Description
int

FolderMappingID

Declaration
int FolderMappingID { get; set; }
Property Value
Type Description
int

HasBeenPublished

Declaration
bool HasBeenPublished { get; }
Property Value
Type Description
bool

Height

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

IsCached

Declaration
bool IsCached { get; set; }
Property Value
Type Description
bool

IsEnabled

Declaration
bool IsEnabled { get; }
Property Value
Type Description
bool

LastModificationTime

Declaration
DateTime LastModificationTime { get; set; }
Property Value
Type Description
DateTime

LastModifiedByUserID

Declaration
int LastModifiedByUserID { get; }
Property Value
Type Description
int

LastModifiedOnDate

Declaration
DateTime LastModifiedOnDate { get; }
Property Value
Type Description
DateTime

PhysicalPath

Declaration
string PhysicalPath { get; }
Property Value
Type Description
string

PortalId

Declaration
int PortalId { get; set; }
Property Value
Type Description
int

PublishedVersion

Declaration
int PublishedVersion { get; set; }
Property Value
Type Description
int

RelativePath

Declaration
string RelativePath { get; }
Property Value
Type Description
string

SHA1Hash

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

Size

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

StartDate

Declaration
DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

StorageLocation

Declaration
int StorageLocation { get; set; }
Property Value
Type Description
int

SupportsFileAttributes

Declaration
bool SupportsFileAttributes { get; }
Property Value
Type Description
bool

Title

Declaration
string Title { get; set; }
Property Value
Type Description
string

UniqueId

Declaration
Guid UniqueId { get; set; }
Property Value
Type Description
Guid

VersionGuid

Declaration
Guid VersionGuid { get; set; }
Property Value
Type Description
Guid

Width

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

Methods

CreatedByUser(int)

Declaration
UserInfo CreatedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

LastModifiedByUser(int)

Declaration
UserInfo LastModifiedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

Extension Methods

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