The ReadCustomManifest method reads the custom manifest items (that subclasses of FileInstaller may need)

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

Syntax

C#
protected virtual void ReadCustomManifest(
	XPathNavigator nav
)
Visual Basic
Protected Overridable Sub ReadCustomManifest ( 
	nav As XPathNavigator
)

Parameters

nav
Type: System.Xml.XPath..::..XPathNavigator
The XPathNavigator representing the node

See Also