Click or drag to resize

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
)

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: Template
Template with rendered items list
See Also