Click or drag to resize

commongetCompaniesAsDataSet Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getCompaniesAsDataSet", Description = "Returns companies in the system. calls: xct_spDSLGetCompanies")]
public DataSet getCompaniesAsDataSet(
	int currentPageNumber,
	int pageSize,
	nameValuePairs[] parms
)

Parameters

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

Return Value

Type: DataSet
See Also