Class ExportDto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
Constructors
ExportDto()
Declaration
Properties
ExportDescription
Declaration
public string ExportDescription { get; set; }
Property Value
ExportMode
Declaration
public ExportMode ExportMode { get; set; }
Property Value
ExportName
Declaration
public string ExportName { get; set; }
Property Value
FromDate
Declaration
public DateTime? FromDate { get; }
Property Value
FromDateUtc
Declaration
public DateTime? FromDateUtc { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
IncludeContent
Declaration
public bool IncludeContent { get; set; }
Property Value
IncludeDeletions
Declaration
public bool IncludeDeletions { get; set; }
Property Value
IncludeExtensions
Declaration
public bool IncludeExtensions { get; set; }
Property Value
IncludeFiles
Declaration
public bool IncludeFiles { get; set; }
Property Value
IncludePermissions
Declaration
public bool IncludePermissions { get; set; }
Property Value
IncludeProperfileProperties
Declaration
public bool IncludeProperfileProperties { get; set; }
Property Value
IncludeRoles
Declaration
public bool IncludeRoles { get; set; }
Property Value
IncludeTemplates
Declaration
public bool IncludeTemplates { get; set; }
Property Value
IncludeUsers
Declaration
public bool IncludeUsers { get; set; }
Property Value
IncludeVocabularies
Declaration
public bool IncludeVocabularies { get; set; }
Property Value
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
ItemsToExport
Declaration
public string[] ItemsToExport { get; set; }
Property Value
Pages
Declaration
public PageToExport[] Pages { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
ProductSku
Declaration
public string ProductSku { get; set; }
Property Value
ProductVersion
Declaration
public string ProductVersion { get; set; }
Property Value
RunNow
Declaration
public bool RunNow { get; set; }
Property Value
SchemaVersion
Declaration
public string SchemaVersion { get; set; }
Property Value
ToDate
Declaration
public DateTime ToDate { get; }
Property Value
ToDateUtc
Declaration
public DateTime ToDateUtc { get; set; }
Property Value
Extension Methods