C# Class Sitemap.XML.Models.SitemapManager

Afficher le fichier Open project: vasiliyfomichev/SitecoreSitemapXML Class Usage Examples

Méthodes publiques

Méthode Description
BuildSiteMapForHandler ( ) : string
ContainsItemsToShow ( IEnumerable items ) : bool
GetContentLocation ( Item item ) : Item
GetSharedLocationParent ( Item child ) : Item
IsChildUnderSharedLocation ( Item child ) : bool
IsEnabledTemplate ( Item item ) : bool
IsExcludedItem ( Item item ) : bool
IsShared ( Item item ) : bool
IsUnderContent ( Item item ) : bool
RegisterSitemapToRobotsFile ( ) : void
SitemapDefinitionExists ( ) : bool
SitemapManager ( SitemapManagerConfiguration config ) : System.Collections.Generic
SubmitSitemapToSearchenginesByHttp ( ) : bool

Private Methods

Méthode Description
BuildListFromString ( string str, char separator ) : List
BuildSiteMap ( ) : void
BuildSitemapItem ( XmlDocument doc, SitemapItem item, Site site ) : XmlDocument
BuildSitemapXML ( List items, Site site ) : string
GetContextSiteDefinitionItem ( ) : Item
GetSharedContentDefinitions ( ) : IEnumerable
GetSitemapItems ( string rootPath ) : List
SubmitEngine ( string engine, string sitemapUrl ) : void

Method Details

BuildSiteMapForHandler() public méthode

public BuildSiteMapForHandler ( ) : string
Résultat string

ContainsItemsToShow() public static méthode

public static ContainsItemsToShow ( IEnumerable items ) : bool
items IEnumerable
Résultat bool

GetContentLocation() public static méthode

public static GetContentLocation ( Item item ) : Item
item Item
Résultat Item

GetSharedLocationParent() public static méthode

public static GetSharedLocationParent ( Item child ) : Item
child Item
Résultat Item

IsChildUnderSharedLocation() public static méthode

public static IsChildUnderSharedLocation ( Item child ) : bool
child Item
Résultat bool

IsEnabledTemplate() public static méthode

public static IsEnabledTemplate ( Item item ) : bool
item Item
Résultat bool

IsExcludedItem() public static méthode

public static IsExcludedItem ( Item item ) : bool
item Item
Résultat bool

IsShared() public static méthode

public static IsShared ( Item item ) : bool
item Item
Résultat bool

IsUnderContent() public static méthode

public static IsUnderContent ( Item item ) : bool
item Item
Résultat bool

RegisterSitemapToRobotsFile() public méthode

public RegisterSitemapToRobotsFile ( ) : void
Résultat void

SitemapDefinitionExists() public static méthode

public static SitemapDefinitionExists ( ) : bool
Résultat bool

SitemapManager() public méthode

public SitemapManager ( SitemapManagerConfiguration config ) : System.Collections.Generic
config SitemapManagerConfiguration
Résultat System.Collections.Generic

SubmitSitemapToSearchenginesByHttp() public méthode

public SubmitSitemapToSearchenginesByHttp ( ) : bool
Résultat bool