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

GetPagedLinks() public abstract method

public abstract GetPagedLinks ( int categoryTypeID, int pageIndex, int pageSize, bool sortDescending ) : IPagedCollection
categoryTypeID int
pageIndex int
pageSize int
sortDescending bool
return IPagedCollection
        public abstract IPagedCollection<Link> GetPagedLinks(int categoryTypeID, int pageIndex, int pageSize, bool sortDescending);