jacksorjacksor (Richard Jackson)
08/23/2023, 10:52 PMD_Inventor
08/24/2023, 4:42 AMD_Inventor
08/24/2023, 4:45 AMjacksorjacksor (Richard Jackson)
08/24/2023, 11:40 AMD_Inventor
08/24/2023, 11:51 AMvar currentAuthor = CurrentPage.Value<string>("author")
CurrentPage.Children().Where(c => string.Equals(c.Value<string>("author"), currentAuthor))
CurrentPage.Children<IMyAuthorComposition>().Where(c => c.Author == CurrentPage.Author);
If you need to go deeper, just use Descendants instead of Childrenjacksorjacksor (Richard Jackson)
08/24/2023, 12:53 PMjacksorjacksor (Richard Jackson)
08/25/2023, 10:58 AMD_Inventor
08/25/2023, 11:01 AM