Class ExportTabModule
Inheritance
System.Object
ExportTabModule
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportTabModule : BasicExportImportDto
Properties
|
Improve this Doc
View Source
Alignment
Declaration
public string Alignment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Border
Declaration
public string Border { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CacheMethod
Declaration
public string CacheMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CacheTime
Declaration
public int CacheTime { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ContainerSrc
Declaration
public string ContainerSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
DisplayPrint
Declaration
public bool DisplayPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplaySyndicate
Declaration
public bool DisplaySyndicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayTitle
Declaration
public bool DisplayTitle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string Footer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Header { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IconFile
Declaration
public string IconFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InheritViewPermissions
Declaration
public bool InheritViewPermissions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsShareable
Declaration
public bool IsShareable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsShareableViewOnly
Declaration
public bool IsShareableViewOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsWebSlice
Declaration
public bool IsWebSlice { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
LocalizedVersionGuid
Declaration
public Guid LocalizedVersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleOrder
Declaration
public int ModuleOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleTitle
Declaration
public string ModuleTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PaneName
Declaration
public string PaneName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabID
Declaration
public int TabID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabModuleID
Declaration
public int TabModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
|
Improve this Doc
View Source
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
Visibility
Declaration
public int Visibility { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WebSliceExpiryDate
Declaration
public DateTime? WebSliceExpiryDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
WebSliceTitle
Declaration
public string WebSliceTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WebSliceTTL
Declaration
public int? WebSliceTTL { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods