Class ExportModule
Inheritance
System.Object
ExportModule
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportModule : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AllTabs
Declaration
public bool AllTabs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { 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.Nullable<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
LastContentModifiedOnDate
Declaration
public DateTime? LastContentModifiedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
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
ModuleDefID
Declaration
public int ModuleDefID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Extension Methods