Returns the sitemap file that is part of a sitemapindex.

Namespace: DotNetNuke.Services.Sitemap
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void GetSitemapIndexFile(
	string index,
	TextWriter output
)
Visual Basic
Public Sub GetSitemapIndexFile ( 
	index As String,
	output As TextWriter
)

Parameters

index
Type: System..::..String
Index of the sitemap to return
output
Type: System.IO..::..TextWriter
The output stream

Remarks

The file should already exist since when using sitemapindexes the files are all cached to disk

See Also