Hello there., i am trying to figure out the difference between using
(1)
path.Add(PackageEntity.PrefetchPathPackageMedia).SubPath.Add(PackageMediaEntity.PrefetchPathMedia)
and
(2)
path.Add(PackageEntity.PrefetchPathPackageMedia)
path.Add(PackageMediaEntity.PackageEntity.PrefetchPathMediaCollectionViaPackageMedia )
for now,. the only difference is that the first one works
.... i had actually started of with (2) and then searched the form and saw a suggestion for (1) and thats working...