Search engine for users to search for a custID to tie to a web account Calls: xct_spACGetUserCustIDSearch


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _
 WebMethodAttribute(Description := "Search engine for users to search for a custID to tie to a web account", MessageName := "getUserCustIDSearch")>

Public Function getUserCustIDSearch( _ 
   ByVal userCustIDSearchParams As String _ 
) As DataSet
C#
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(Description = "Search engine for users to search for a custID to tie to a web account", MessageName = "getUserCustIDSearch")]
public DataSet getUserCustIDSearch(
   string userCustIDSearchParams
)
C++
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
[WebMethodAttribute(Description = L"Search engine for users to search for a custID to tie to a web account", MessageName = L"getUserCustIDSearch")]
public:
 DataSet getUserCustIDSearch(
   String userCustIDSearchParams
) sealed 
J#
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
/** @attribute WebMethodAttribute(Description = "Search engine for users to search for a custID to tie to a web account", MessageName = "getUserCustIDSearch") */
public DataSet getUserCustIDSearch(
   string userCustIDSearchParams
)
JScript
public 

   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
   WebMethodAttribute(Description = "Search engine for users to search for a custID to tie to a web account", MessageName = "getUserCustIDSearch")
function getUserCustIDSearch(
   userCustIDSearchParams : String
) : DataSet

Parameters

userCustIDSearchParams

See Also