C# Class Jumoo.LocalGov.AtoZHelper

Afficher le fichier Open project: KevinJump/LocalGovStarterKit

Méthodes publiques

Méthode Description
GetAtoZEntries ( this umbraco, string letter ) : AtoZInfo>.SortedDictionary
GetAtoZEntries ( this umbraco, string letter, string exclude ) : AtoZInfo>.SortedDictionary
GetAtoZEntries ( this umbraco, string letter, string exclude, IPublishedContent root ) : AtoZInfo>.SortedDictionary

Private Methods

Méthode Description
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes ) : AtoZInfo>.SortedDictionary
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes, IPublishedContent root ) : AtoZInfo>.SortedDictionary

Method Details

GetAtoZEntries() public static méthode

public static GetAtoZEntries ( this umbraco, string letter ) : AtoZInfo>.SortedDictionary
umbraco this
letter string
Résultat AtoZInfo>.SortedDictionary

GetAtoZEntries() public static méthode

public static GetAtoZEntries ( this umbraco, string letter, string exclude ) : AtoZInfo>.SortedDictionary
umbraco this
letter string
exclude string
Résultat AtoZInfo>.SortedDictionary

GetAtoZEntries() public static méthode

public static GetAtoZEntries ( this umbraco, string letter, string exclude, IPublishedContent root ) : AtoZInfo>.SortedDictionary
umbraco this
letter string
exclude string
root IPublishedContent
Résultat AtoZInfo>.SortedDictionary