Children deprecated warning
# help-with-umbraco
r
So on v15 the .Children property is obsolete, and warns about using TryGetChildrenKeys. However, the .Children() extension methods in FriendlyPublishedContentExtensions are not obsoleted. Is that still OK to use or will that be removed as well? And if it isn't, shouldn't the obsolete message refer to this extensions type? It's easier than going through all the other hoops.
33 Views