mojoPortal API Documentation
GetPage Method (contentGuid, pageNumber, pageSize, totalPages)
mojoPortalmojoPortal.BusinessContentHistoryGetPage(Guid, Int32, Int32, Int32%)
Gets an IList with page of instances of ContentHistory.
Declaration Syntax
C#
public static List<ContentHistory> GetPage(
	Guid contentGuid,
	int pageNumber,
	int pageSize,
	out int totalPages
)
Parameters
contentGuid (Guid)

[Missing <param name="contentGuid"/> documentation for "M:mojoPortal.Business.ContentHistory.GetPage(System.Guid,System.Int32,System.Int32,System.Int32@)"]

pageNumber (Int32)
The page number.
pageSize (Int32)
Size of the page.
totalPages ( Int32 %)
total pages
Return Value

[Missing <returns> documentation for M:mojoPortal.Business.ContentHistory.GetPage(System.Guid,System.Int32,System.Int32,System.Int32@)]

Assembly: mojoPortal.Business (Module: mojoPortal.Business) Version: 1.0.4378.24525