Click or drag to resize

xddgetXDDBatchARLBs Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getXDDBatchARLBs", Description = "Calls: xct_spDSLXDDGetXDDBatchARLBs")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public xddXDDBatchARLB[] getXDDBatchARLBs(
	int currentPageNumber,
	int pageSize,
	nameValuePairs[] parms
)

Parameters

currentPageNumber
Type: SystemInt32
pageSize
Type: SystemInt32
parms
Type: ctDynamicsSLnameValuePairs

Return Value

Type: xddXDDBatchARLB
See Also