summaryM:DotNetNuke.Services.Installer.Installers.CleanupInstaller.ReadManifestItem(System.Xml.XPath.XPathNavigator,System.Boolean)

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

Syntax

C#
protected override InstallFile ReadManifestItem(
	XPathNavigator nav,
	bool checkFileExists
)
Visual Basic
Protected Overrides Function ReadManifestItem ( 
	nav As XPathNavigator,
	checkFileExists As Boolean
) As InstallFile

Parameters

nav
Type: System.Xml.XPath..::..XPathNavigator
paramnavM:DotNetNuke.Services.Installer.Installers.CleanupInstaller.ReadManifestItem(System.Xml.XPath.XPathNavigator,System.Boolean)
checkFileExists
Type: System..::..Boolean
paramcheckFileExistsM:DotNetNuke.Services.Installer.Installers.CleanupInstaller.ReadManifestItem(System.Xml.XPath.XPathNavigator,System.Boolean)

Return Value

returnsM:DotNetNuke.Services.Installer.Installers.CleanupInstaller.ReadManifestItem(System.Xml.XPath.XPathNavigator,System.Boolean)

See Also