Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Seo.SiteMap Namespace / ISiteMapProvider Interface / CreateAndCompressSiteMap Method
The options for creating the sitemap.
Any messages returned by the provider.
In This Topic
    CreateAndCompressSiteMap Method
    In This Topic
    Creates and compresses the sitemap.
    Syntax
    bool CreateAndCompressSiteMap( 
       SiteMapOptions options,
       ref List<string> messages
    )

    Parameters

    options
    The options for creating the sitemap.
    messages
    Any messages returned by the provider.

    Return Value

    A boolean indicating whether the sitemap was created successfully.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also