WriteManifest writes the manifest assoicated with this PackageWriter to a string

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

Syntax

C#
public string WriteManifest(
	bool packageFragment
)
Visual Basic
Public Function WriteManifest ( 
	packageFragment As Boolean
) As String

Parameters

packageFragment
Type: System..::..Boolean
A flag that indicates whether to return the package element as a fragment (True) or whether to add the outer dotnetnuke and packages elements (False)

Return Value

The manifest as a string

Remarks