Returns all entries for the site in the xct_tblACLink table Calls: xct_spACGetLinkList
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _ WebMethodAttribute(Description := "Returns all entries for the site in the xct_tblACLink table", MessageName := "getLinkList")> Public Function getLinkList() As DataSet |
| C# |
|---|
| [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] [WebMethodAttribute(Description = "Returns all entries for the site in the xct_tblACLink table", MessageName = "getLinkList")] public DataSet getLinkList() |
| C++ |
|---|
| [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] [WebMethodAttribute(Description = L"Returns all entries for the site in the xct_tblACLink table", MessageName = L"getLinkList")] public: DataSet getLinkList() sealed |
| J# |
|---|
| /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ /** @attribute WebMethodAttribute(Description = "Returns all entries for the site in the xct_tblACLink table", MessageName = "getLinkList") */ public DataSet getLinkList() |
| JScript |
|---|
| public SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) WebMethodAttribute(Description = "Returns all entries for the site in the xct_tblACLink table", MessageName = "getLinkList") function getLinkList() : DataSet |