C# Class Jumoo.LocalGov.AtoZHelper

显示文件 Open project: KevinJump/LocalGovStarterKit

Public Methods

Method 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

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

Method Details

GetAtoZEntries() public static method

public static GetAtoZEntries ( this umbraco, string letter ) : AtoZInfo>.SortedDictionary
umbraco this
letter string
return AtoZInfo>.SortedDictionary

GetAtoZEntries() public static method

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

GetAtoZEntries() public static method

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