Class ExportFile
Inheritance
System.Object
ExportFile
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportFile : BasicExportImportDto
Properties
|
Improve this Doc
View Source
Content
Declaration
public byte[] Content { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
ContentItemId
Declaration
public int? ContentItemId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CreatedByUserName
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime? CreatedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EnablePublishPeriod
Declaration
public bool EnablePublishPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
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
Folder
Declaration
public string Folder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderId
Declaration
public int FolderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderMappingId
Declaration
public int FolderMappingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HasBeenPublished
Declaration
public bool HasBeenPublished { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Height
Declaration
public int? Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
IsCached
Declaration
public bool IsCached { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastModificationTime
Declaration
public DateTime LastModificationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LastModifiedByUserId
Declaration
public int? LastModifiedByUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LastModifiedByUserName
Declaration
public string LastModifiedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime? LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
PublishedVersion
Declaration
public int PublishedVersion { 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
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
StorageLocation
Declaration
public int StorageLocation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
|
Improve this Doc
View Source
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
public int? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods