Subtext.Framework.Providers.ObjectProvider.GetMetaTagsForBlog C# (CSharp) Method

GetMetaTagsForBlog() public abstract method

Gets a collection of MetaTags for the given Blog.
public abstract GetMetaTagsForBlog ( BlogInfo blog, int pageIndex, int pageSize ) : IPagedCollection
blog BlogInfo
pageIndex int
pageSize int
return IPagedCollection
        public abstract IPagedCollection<MetaTag> GetMetaTagsForBlog(BlogInfo blog, int pageIndex, int pageSize);