The ReadCustomManifest method reads the custom manifest items

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

Syntax

C#
protected override void ReadCustomManifest(
	XPathNavigator nav
)
Visual Basic
Protected Overrides Sub ReadCustomManifest ( 
	nav As XPathNavigator
)

Parameters

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

See Also