C# 클래스 Jumoo.LocalGov.AtoZHelper

파일 보기 프로젝트 열기: KevinJump/LocalGovStarterKit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes ) : AtoZInfo>.SortedDictionary
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes, IPublishedContent root ) : AtoZInfo>.SortedDictionary

메소드 상세

GetAtoZEntries() 공개 정적인 메소드

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

GetAtoZEntries() 공개 정적인 메소드

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

GetAtoZEntries() 공개 정적인 메소드

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