Click or drag to resize

BaseLiveIntegrationAddInRetrieveItemsListFromRemoteSystem Method

Namespace:  Dynamicweb.Ecommerce.Integration
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public virtual Template RetrieveItemsListFromRemoteSystem(
	Template template,
	string callType,
	User user,
	int pageSize,
	int pageIndex,
	ref int totalItemsCount
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
callType
Type: SystemString
user
Type: Dynamicweb.Security.UserManagementUser
pageSize
Type: SystemInt32
pageIndex
Type: SystemInt32
totalItemsCount
Type: SystemInt32

Return Value

Type: Template
See Also