Class PageToExport
Specifies page to be exported.
Inheritance
System.Object
PageToExport
Namespace: Dnn.ExportImport.Components.Dto
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class PageToExport : object
Properties
| Improve this Doc View SourceCheckedState
Gets or sets the checked state.
Declaration
public TriCheckedState CheckedState { get; set; }
Property Value
Type | Description |
---|---|
TriCheckedState |
ParentTabId
Gets or sets the parent tab ID.
Declaration
public int ParentTabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabId
Gets or sets the tab ID.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |