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

GetPagedBlogs() public abstract method

Gets a pageable IList of BlogInfo instances.
public abstract GetPagedBlogs ( string host, int pageIndex, int pageSize, ConfigurationFlags flags ) : PagedCollection
host string The host to filter by.
pageIndex int Page index.
pageSize int Size of the page.
flags ConfigurationFlags
return PagedCollection
        public abstract PagedCollection<BlogInfo> GetPagedBlogs(string host, int pageIndex, int pageSize, ConfigurationFlags flags);