Property | Type | Description | |
---|---|---|---|
FileManager |
Method | Description | |
---|---|---|
ExportApp ( bool includeContentGroups = false, bool resetAppGuid = false ) : |
||
ExportForSourceControl ( bool includeContentGroups = false, bool resetAppGuid = false ) : void | ||
ZipExport ( int zoneId, int appId ) : System | ||
ZipFolder ( string rootFolder, string currentFolder, |
Method | Description | |
---|---|---|
AddFileToZip ( |
||
AddInstructionsToPackageFolder ( string targetPath ) : void |
This adds various files to an app-package, so anybody who gets such a package is informed as to what they must do with it.
|
|
GenerateExportXml ( bool includeContentGroups, bool resetAppGuid ) : |
public ExportApp ( bool includeContentGroups = false, bool resetAppGuid = false ) : |
||
includeContentGroups | bool | |
resetAppGuid | bool | |
return |
public ExportForSourceControl ( bool includeContentGroups = false, bool resetAppGuid = false ) : void | ||
includeContentGroups | bool | |
resetAppGuid | bool | |
return | void |
public ZipExport ( int zoneId, int appId ) : System | ||
zoneId | int | |
appId | int | |
return | System |
public static ZipFolder ( string rootFolder, string currentFolder, |
||
rootFolder | string | |
currentFolder | string | |
zStream | ||
return | void |