Class LegacyUtil
Assembly: DotNetNuke.dll
Syntax
Constructors
LegacyUtil()
Declaration
Methods
CreateSkinManifest(string, string, string)
Declaration
public static string CreateSkinManifest(string skinFolder, string skinType, string tempInstallFolder)
Parameters
Returns
ParsePackageName(PackageInfo)
Declaration
public static void ParsePackageName(PackageInfo package)
Parameters
ProcessLegacyLanguages()
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Module package required, functionality removed. Scheduled for removal in v10.0.0.")]
public static void ProcessLegacyLanguages()
ProcessLegacyModule(DesktopModuleInfo)
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Version 3 package formats not supported, must use modern package format. Scheduled for removal in v10.0.0.")]
public static void ProcessLegacyModule(DesktopModuleInfo desktopModule)
Parameters
Extension Methods