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 |
Method | Description | |
---|---|---|
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes ) : AtoZInfo>.SortedDictionary |
||
GetAtoZPages ( UmbracoHelper umbHelper, string excludedTypes, IPublishedContent root ) : AtoZInfo>.SortedDictionary |
public static GetAtoZEntries ( this umbraco, string letter ) : AtoZInfo>.SortedDictionary |
||
umbraco | this | |
letter | string | |
return | AtoZInfo>.SortedDictionary |
public static GetAtoZEntries ( this umbraco, string letter, string exclude ) : AtoZInfo>.SortedDictionary |
||
umbraco | this | |
letter | string | |
exclude | string | |
return | AtoZInfo>.SortedDictionary |
public static GetAtoZEntries ( this umbraco, string letter, string exclude, IPublishedContent root ) : AtoZInfo>.SortedDictionary |
||
umbraco | this | |
letter | string | |
exclude | string | |
root | IPublishedContent | |
return | AtoZInfo>.SortedDictionary |