Show / Hide Table of Contents

Class ExportDto

Inheritance
object
ExportDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportDto

Constructors

ExportDto()

Declaration
public ExportDto()

Properties

ExportDescription

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

ExportMode

Declaration
public ExportMode ExportMode { get; set; }
Property Value
Type Description
ExportMode

ExportName

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

FromDate

Declaration
public DateTime? FromDate { get; }
Property Value
Type Description
DateTime?

FromDateUtc

Declaration
public DateTime? FromDateUtc { get; set; }
Property Value
Type Description
DateTime?

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
int

IncludeContent

Declaration
public bool IncludeContent { get; set; }
Property Value
Type Description
bool

IncludeDeletions

Declaration
public bool IncludeDeletions { get; set; }
Property Value
Type Description
bool

IncludeExtensions

Declaration
public bool IncludeExtensions { get; set; }
Property Value
Type Description
bool

IncludeFiles

Declaration
public bool IncludeFiles { get; set; }
Property Value
Type Description
bool

IncludePermissions

Declaration
public bool IncludePermissions { get; set; }
Property Value
Type Description
bool

IncludeProperfileProperties

Declaration
public bool IncludeProperfileProperties { get; set; }
Property Value
Type Description
bool

IncludeRoles

Declaration
public bool IncludeRoles { get; set; }
Property Value
Type Description
bool

IncludeTemplates

Declaration
public bool IncludeTemplates { get; set; }
Property Value
Type Description
bool

IncludeUsers

Declaration
public bool IncludeUsers { get; set; }
Property Value
Type Description
bool

IncludeVocabularies

Declaration
public bool IncludeVocabularies { get; set; }
Property Value
Type Description
bool

IsDirty

Declaration
public bool IsDirty { get; set; }
Property Value
Type Description
bool

ItemsToExport

Declaration
public string[] ItemsToExport { get; set; }
Property Value
Type Description
string[]

Pages

Declaration
public PageToExport[] Pages { get; set; }
Property Value
Type Description
PageToExport[]

PortalId

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

ProductSku

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

ProductVersion

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

RunNow

Declaration
public bool RunNow { get; set; }
Property Value
Type Description
bool

SchemaVersion

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

ToDate

Declaration
public DateTime ToDate { get; }
Property Value
Type Description
DateTime

ToDateUtc

Declaration
public DateTime ToDateUtc { get; set; }
Property Value
Type Description
DateTime

Extension Methods

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