AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

GenerateSiteMap Methods

The GenerateSiteMap type exposes the following members.

Methods


  Name Description
Public method Generate()()()()
Generates the XML sitemap string for the configured domain and language.
Public method Generate(Stream, Domain, Language)
This will build an xml sitemap for better index with search engines. See http://en.wikipedia.org/wiki/Sitemaps for more information.
(Inherited from BaseSitemapGenerator.)
Protected method GenerateUrlNodes
Generates the URL nodes.
Protected method WriteUrlLocation
Writes the url location to the writer.
(Inherited from BaseSitemapGenerator.)
Protected method WriteUrlLocationReWrite
Writes the URL location re write.
(Inherited from BaseSitemapGenerator.)