Click or drag to resize

xddgetXDDBatchAREFTs Method

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

Parameters

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

Return Value

Type: xddXDDBatchAREFT
See Also