| LiveIntegrationAddInRetrieveItemsListFromRemoteSystem Method |
Retrieves integration customer center items list
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public override Template RetrieveItemsListFromRemoteSystem(
Template template,
string callType,
User user,
int pageSize,
int pageIndex,
ref int totalItemsCount
)
Public Overrides Function RetrieveItemsListFromRemoteSystem (
template As Template,
callType As String,
user As User,
pageSize As Integer,
pageIndex As Integer,
ByRef totalItemsCount As Integer
) As Template
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
Template to render items list - callType
- Type: SystemString
Item type(OpenOrder,Invoice,Credit) - user
- Type: Dynamicweb.Security.UserManagementUser
User - pageSize
- Type: SystemInt32
List page size - pageIndex
- Type: SystemInt32
List page index - totalItemsCount
- Type: SystemInt32
Items count
Return Value
Type:
TemplateTemplate with rendered items list
See Also