Interface IPortable
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IPortable
Methods
ExportModule(int)
Declaration
string ExportModule(int moduleID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | moduleID |
Returns
| Type | Description |
|---|---|
| string |
ImportModule(int, string, string, int)
Declaration
void ImportModule(int moduleID, string content, string version, int userID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | moduleID | |
| string | content | |
| string | version | |
| int | userID |