Allows direct adding/editing of a xct_tblACTextBlock row Calls: xct_spACAdminTextBlock


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

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Allows direct adding/editing of a xct_tblACTextBlock row", MessageName := "adminTextBlock"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function adminTextBlock( _ 
   ByVal actionType As String,  _ 
   ByVal siteID As String,  _ 
   ByVal textGUID As String,  _ 
   ByVal textType As String,  _ 
   ByVal textName As String,  _ 
   ByVal textBlockDescr As String,  _ 
   ByVal sortIndex As String,  _ 
   ByVal User1 As String,  _ 
   ByVal User2 As String,  _ 
   ByVal User3 As String,  _ 
   ByVal User4 As String,  _ 
   ByVal User5 As String,  _ 
   ByVal User6 As String,  _ 
   ByVal User7 As String,  _ 
   ByVal User8 As String,  _ 
   ByVal User9 As String,  _ 
   ByVal User10 As String,  _ 
   ByVal User11 As String _ 
) As DataSet
C#
[WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACTextBlock row", MessageName = "adminTextBlock")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet adminTextBlock(
   string actionType,
   string siteID,
   string textGUID,
   string textType,
   string textName,
   string textBlockDescr,
   string sortIndex,
   string User1,
   string User2,
   string User3,
   string User4,
   string User5,
   string User6,
   string User7,
   string User8,
   string User9,
   string User10,
   string User11
)
C++
[WebMethodAttribute(Description = L"Allows direct adding/editing of a xct_tblACTextBlock row", MessageName = L"adminTextBlock")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet adminTextBlock(
   String actionType,
   String siteID,
   String textGUID,
   String textType,
   String textName,
   String textBlockDescr,
   String sortIndex,
   String User1,
   String User2,
   String User3,
   String User4,
   String User5,
   String User6,
   String User7,
   String User8,
   String User9,
   String User10,
   String User11
) sealed 
J#
/** @attribute WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACTextBlock row", MessageName = "adminTextBlock") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet adminTextBlock(
   string actionType,
   string siteID,
   string textGUID,
   string textType,
   string textName,
   string textBlockDescr,
   string sortIndex,
   string User1,
   string User2,
   string User3,
   string User4,
   string User5,
   string User6,
   string User7,
   string User8,
   string User9,
   string User10,
   string User11
)
JScript
public 

   WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACTextBlock row", MessageName = "adminTextBlock")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function adminTextBlock(
   actionType : String,
   siteID : String,
   textGUID : String,
   textType : String,
   textName : String,
   textBlockDescr : String,
   sortIndex : String,
   User1 : String,
   User2 : String,
   User3 : String,
   User4 : String,
   User5 : String,
   User6 : String,
   User7 : String,
   User8 : String,
   User9 : String,
   User10 : String,
   User11 : String
) : DataSet

Parameters

actionType
siteID
textGUID
textType
textName
textBlockDescr
sortIndex
User1
User2
User3
User4
User5
User6
User7
User8
User9
User10
User11

See Also