Domain Detective

API Reference

Enum

SitemapDocumentKind

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classifies the root document type of a sitemap XML document.

Inheritance

  • Enum
  • SitemapDocumentKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const SitemapDocumentKind Unknown #

The sitemap document kind could not be determined.

Value: 0
public const SitemapDocumentKind UrlSet #

The sitemap document is a urlset.

Value: 1
public const SitemapDocumentKind SitemapIndex #

The sitemap document is a sitemapindex.

Value: 2
{{ include "footer" }}