Subtext.Framework.Providers.ObjectProvider.GetPagedBlogs C# (CSharp) 메소드

GetPagedBlogs() 공개 추상적인 메소드

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
리턴 PagedCollection
        public abstract PagedCollection<BlogInfo> GetPagedBlogs(string host, int pageIndex, int pageSize, ConfigurationFlags flags);