| 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
)
Public Overridable 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
- callType
- Type: SystemString
- user
- Type: Dynamicweb.Security.UserManagementUser
- pageSize
- Type: SystemInt32
- pageIndex
- Type: SystemInt32
- totalItemsCount
- Type: SystemInt32
Return Value
Type:
TemplateSee Also