I have a document type named Deal and it has Content picker named package that contains content having document type Package. Now I have document type Deals that contains list of Deals
in razor I have
var dealIdPage = 1200;
var dealSelection = Umbraco.TypedContent(dealIdPage).Children("deal").Where(x => x.IsVisible());
where I;m loading the list of all deals. I need to get all the packages that are in dealSelection deals.
Get list of content picker pages
Hi
I have a document type named Deal and it has Content picker named package that contains content having document type Package. Now I have document type Deals that contains list of Deals
in razor I have
where I;m loading the list of all deals. I need to get all the packages that are in
dealSelection
deals.Please advice
is working on a reply...