Interface IFileInfo
Assembly: DotNetNuke.dll
Syntax
public interface IFileInfo
Properties
ContentItemID
Declaration
int ContentItemID { get; set; }
Property Value
ContentType
Declaration
string ContentType { get; set; }
Property Value
CreatedByUserID
Declaration
int CreatedByUserID { get; }
Property Value
CreatedOnDate
Declaration
DateTime CreatedOnDate { get; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
EnablePublishPeriod
Declaration
bool EnablePublishPeriod { get; set; }
Property Value
EndDate
Declaration
DateTime EndDate { get; set; }
Property Value
Extension
Declaration
string Extension { get; set; }
Property Value
FileAttributes
Declaration
FileAttributes? FileAttributes { get; }
Property Value
FileId
Declaration
Property Value
FileName
Declaration
string FileName { get; set; }
Property Value
Folder
Declaration
string Folder { get; set; }
Property Value
FolderId
Declaration
int FolderId { get; set; }
Property Value
FolderMappingID
Declaration
int FolderMappingID { get; set; }
Property Value
HasBeenPublished
Declaration
bool HasBeenPublished { get; }
Property Value
Height
Declaration
Property Value
IsCached
Declaration
bool IsCached { get; set; }
Property Value
IsEnabled
Declaration
Property Value
LastModificationTime
Declaration
DateTime LastModificationTime { get; set; }
Property Value
LastModifiedByUserID
Declaration
int LastModifiedByUserID { get; }
Property Value
LastModifiedOnDate
Declaration
DateTime LastModifiedOnDate { get; }
Property Value
PhysicalPath
Declaration
string PhysicalPath { get; }
Property Value
PortalId
Declaration
int PortalId { get; set; }
Property Value
PublishedVersion
Declaration
int PublishedVersion { get; set; }
Property Value
RelativePath
Declaration
string RelativePath { get; }
Property Value
SHA1Hash
Declaration
string SHA1Hash { get; set; }
Property Value
Size
Declaration
Property Value
StartDate
Declaration
DateTime StartDate { get; set; }
Property Value
StorageLocation
Declaration
int StorageLocation { get; set; }
Property Value
SupportsFileAttributes
Declaration
bool SupportsFileAttributes { get; }
Property Value
Title
Declaration
string Title { get; set; }
Property Value
UniqueId
Declaration
Guid UniqueId { get; set; }
Property Value
VersionGuid
Declaration
Guid VersionGuid { get; set; }
Property Value
Width
Declaration
Property Value
Methods
CreatedByUser(int)
Declaration
UserInfo CreatedByUser(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
LastModifiedByUser(int)
Declaration
UserInfo LastModifiedByUser(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
Extension Methods