Esempio n. 1
0
 /// <summary>
 /// Get the parent packages
 /// </summary>
 /// <param name="entryContent">The entry content</param>
 /// <returns>Collection of package references</returns>
 public static IEnumerable <ContentReference> GetPackages(this EntryContentBase entryContent)
 {
     return(entryContent.GetPackages(_relationRepository.Service));
 }