Method | Description | |
---|---|---|
ImportApp ( Stream zipStream, |
||
ImportZip ( Stream zipStream, |
Imports a ZIP file (from stream)
|
|
ImportZipFromUrl ( string packageUrl, List |
||
ZipImport ( int zoneId, int appId, bool allowRazor ) : System |
Method | Description | |
---|---|---|
CheckRequiredEnvironmentVersions ( string reqVersionNode, string reqVersionNodeDnn ) : void | ||
CopyAllFilesDnnPortal ( string sourceFolder, string destinationFolder, System.Boolean overwriteFiles, List |
Copy all files from SourceFolder to DestinationFolder
|
|
ExtractZipFile ( Stream zipStream, string outFolder ) : void |
Extracts a Zip (as Stream) to the given OutFolder directory.
|
public ImportApp ( Stream zipStream, |
||
zipStream | Stream | |
server | ||
portalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
messages | List |
|
return | bool |
public ImportZip ( Stream zipStream, |
||
zipStream | Stream | |
server | ||
portalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
messages | List |
|
return | bool |
public ImportZipFromUrl ( string packageUrl, List |
||
packageUrl | string | |
messages | List |
|
isAppImport | bool | |
return | bool |
public ZipImport ( int zoneId, int appId, bool allowRazor ) : System | ||
zoneId | int | |
appId | int | |
allowRazor | bool | |
return | System |