/// <summary> /// Get the parent bundles /// </summary> /// <param name="entryContent">The entry content</param> /// <returns>Collection of bundle references</returns> public static IEnumerable <ContentReference> GetBundles(this EntryContentBase entryContent) { return(entryContent.GetBundles(_relationRepository.Service)); }