Show / Hide Table of Contents

Class PageToExport

Inheritance
object
PageToExport
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 PageToExport

Constructors

PageToExport()

Declaration
public PageToExport()

Properties

CheckedState

Declaration
public TriCheckedState CheckedState { get; set; }
Property Value
Type Description
TriCheckedState

ParentTabId

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

TabId

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

Extension Methods

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