BlendInteractive.ExtendedCategories.CategoriesManager.GetContent C# (CSharp) Method

GetContent() public static method

public static GetContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : IEnumerable
contentRef EPiServer.Core.ContentReference
scope string
return IEnumerable
        public static IEnumerable<PageData> GetContent(ContentReference contentRef, string scope = null)
        {
            return ServiceLocator.Current.GetInstance<ICategoryRepository>().GetContent(contentRef, scope);
        }