Class LegacyUtil
Inherited Members
Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke.dll
Syntax
public class LegacyUtil
Constructors
LegacyUtil()
Declaration
public LegacyUtil()
Methods
CreateSkinManifest(string, string, string)
Declaration
public static string CreateSkinManifest(string skinFolder, string skinType, string tempInstallFolder)
Parameters
| Type | Name | Description |
|---|---|---|
| string | skinFolder | |
| string | skinType | |
| string | tempInstallFolder |
Returns
| Type | Description |
|---|---|
| string |
ParsePackageName(PackageInfo)
Declaration
public static void ParsePackageName(PackageInfo package)
Parameters
| Type | Name | Description |
|---|---|---|
| PackageInfo | package |