mojoPortal API Documentation
GetItemsPageByModule Method (moduleGuid, pageNumber, pageSize, totalPages)
mojoPortalmojoPortal.BusinessCommerceReportGetItemsPageByModule(Guid, Int32, Int32, Int32%)
Gets a page of data from the mp_CommerceReport table.
Declaration Syntax
C#
public static IDataReader GetItemsPageByModule(
	Guid moduleGuid,
	int pageNumber,
	int pageSize,
	out int totalPages
)
Parameters
moduleGuid (Guid)

[Missing <param name="moduleGuid"/> documentation for "M:mojoPortal.Business.CommerceReport.GetItemsPageByModule(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.CommerceReport.GetItemsPageByModule(System.Guid,System.Int32,System.Int32,System.Int32@)]

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