Returns all textblocks in the system for the siteID Calls: xct_spACGetTextBlocks


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

Syntax

Visual Basic (Declaration)
<SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _
 WebMethodAttribute(Description := "Returns all textblocks in the system for the siteID", MessageName := "getTextBlocks")>

Public Function getTextBlocks() As DataSet
C#
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(Description = "Returns all textblocks in the system for the siteID", MessageName = "getTextBlocks")]
public DataSet getTextBlocks()
C++
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
[WebMethodAttribute(Description = L"Returns all textblocks in the system for the siteID", MessageName = L"getTextBlocks")]
public:
 DataSet getTextBlocks() sealed 
J#
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
/** @attribute WebMethodAttribute(Description = "Returns all textblocks in the system for the siteID", MessageName = "getTextBlocks") */
public DataSet getTextBlocks()
JScript
public 

   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
   WebMethodAttribute(Description = "Returns all textblocks in the system for the siteID", MessageName = "getTextBlocks")
function getTextBlocks() : DataSet

See Also