Returns a single row from the xct_tblACLink table Calls: xct_spACGetLink


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

Syntax

Visual Basic (Declaration)
<SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _
 WebMethodAttribute(Description := "Returns a single row from the xct_tblACLink table", MessageName := "getLink")>

Public Function getLink( _ 
   ByVal linkGUID As String _ 
) As DataSet
C#
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(Description = "Returns a single row from the xct_tblACLink table", MessageName = "getLink")]
public DataSet getLink(
   string linkGUID
)
C++
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
[WebMethodAttribute(Description = L"Returns a single row from the xct_tblACLink table", MessageName = L"getLink")]
public:
 DataSet getLink(
   String linkGUID
) sealed 
J#
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
/** @attribute WebMethodAttribute(Description = "Returns a single row from the xct_tblACLink table", MessageName = "getLink") */
public DataSet getLink(
   string linkGUID
)
JScript
public 

   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
   WebMethodAttribute(Description = "Returns a single row from the xct_tblACLink table", MessageName = "getLink")
function getLink(
   linkGUID : String
) : DataSet

Parameters

linkGUID

See Also