コード例 #1
0
 public static ContentItem FindStartPageOf(ContentItem item)
 {
     return(GenericFind <ContentItem, ContentItem> .ClosestOf <IStartPage>(item));
 }
コード例 #2
0
 public static LanguageRoot FindLanguageRootOf(ContentItem item)
 {
     return((LanguageRoot)GenericFind <ContentItem, ContentItem> .ClosestOf <LanguageRoot>(item));
 }