Class LegacyUtil
The LegacyUtil class is a Utility class that provides helper methods to transfer legacy packages to Cambrian's Universal Installer based system.
Inheritance
System.Object
LegacyUtil
Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke.dll
Syntax
public class LegacyUtil : object
Methods
| Improve this Doc View SourceCreateSkinManifest(String, String, String)
The LegacyUtil class is a Utility class that provides helper methods to transfer legacy packages to Cambrian's Universal Installer based system.
Declaration
public static string CreateSkinManifest(string skinFolder, string skinType, string tempInstallFolder)
Parameters
Type | Name | Description |
---|---|---|
System.String | skinFolder | |
System.String | skinType | |
System.String | tempInstallFolder |
Returns
Type | Description |
---|---|
System.String |
ParsePackageName(PackageInfo)
The LegacyUtil class is a Utility class that provides helper methods to transfer legacy packages to Cambrian's Universal Installer based system.
Declaration
public static void ParsePackageName(PackageInfo package)
Parameters
Type | Name | Description |
---|---|---|
PackageInfo | package |
ProcessLegacyLanguages()
Process legacy language package (that is based on manifest xml file).
Declaration
public static void ProcessLegacyLanguages()
ProcessLegacyModule(DesktopModuleInfo)
Process legacy module version 3 .dnn install file.
Declaration
public static void ProcessLegacyModule(DesktopModuleInfo desktopModule)
Parameters
Type | Name | Description |
---|---|---|
DesktopModuleInfo | desktopModule |