summaryM:DotNetNuke.Services.Installer.Packages.PackageController.ParsePackage(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.Packages.PackageInfo},System.Collections.Generic.List{System.String})

Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void ParsePackage(
	string file,
	string installPath,
	Dictionary<string, PackageInfo> packages,
	List<string> invalidPackages
)
Visual Basic
Public Shared Sub ParsePackage ( 
	file As String,
	installPath As String,
	packages As Dictionary(Of String, PackageInfo),
	invalidPackages As List(Of String)
)

Parameters

file
Type: System..::..String
paramfileM:DotNetNuke.Services.Installer.Packages.PackageController.ParsePackage(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.Packages.PackageInfo},System.Collections.Generic.List{System.String})
installPath
Type: System..::..String
paraminstallPathM:DotNetNuke.Services.Installer.Packages.PackageController.ParsePackage(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.Packages.PackageInfo},System.Collections.Generic.List{System.String})
packages
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, PackageInfo>)>)>
parampackagesM:DotNetNuke.Services.Installer.Packages.PackageController.ParsePackage(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.Packages.PackageInfo},System.Collections.Generic.List{System.String})
invalidPackages
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
paraminvalidPackagesM:DotNetNuke.Services.Installer.Packages.PackageController.ParsePackage(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.Packages.PackageInfo},System.Collections.Generic.List{System.String})

See Also