Class ExportTab
Inheritance
System.Object
ExportTab
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportTab : BasicExportImportDto
Properties
|
Improve this Doc
View Source
ContainerSrc
Declaration
public string ContainerSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
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
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultLanguageGuid
Declaration
public Guid? DefaultLanguageGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisableLink
Declaration
public bool DisableLink { 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
HasBeenPublished
Declaration
public bool HasBeenPublished { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IconFile
Declaration
public string IconFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IconFileLarge
Declaration
public string IconFileLarge { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSecure
Declaration
public bool IsSecure { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
KeyWords
Declaration
public string KeyWords { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LocalizedVersionGuid
Declaration
public Guid LocalizedVersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
PageHeadText
Declaration
public string PageHeadText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentId
Declaration
public int? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
PermanentRedirect
Declaration
public bool PermanentRedirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RefreshInterval
Declaration
public int? RefreshInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SiteMapPriority
Declaration
public float SiteMapPriority { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SkinSrc
Declaration
public string SkinSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
StateID
Declaration
public int StateID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabId
Declaration
public int TabId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabName
Declaration
public string TabName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabOrder
Declaration
public int TabOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabPath
Declaration
public string TabPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tags
Declaration
public string Tags { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
Extension Methods