Class ExportModuleContent
Inheritance
System.Object
ExportModuleContent
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportModuleContent : BasicExportImportDto
Properties
|
Improve this Doc
View Source
IsRestored
Declaration
public bool IsRestored { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
XmlContent
Declaration
public string XmlContent { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods