Example #1
0
 public DynamicPublishedContentList DescendantsOrSelf()
 {
     return(new DynamicPublishedContentList(PublishedContent.DescendantsOrSelf()));
 }
Example #2
0
 public DynamicPublishedContentList DescendantsOrSelf(string contentTypeAlias)
 {
     return(new DynamicPublishedContentList(PublishedContent.DescendantsOrSelf(contentTypeAlias)));
 }