Allows direct adding/editing of a xct_tblACEmailTemplate row Calls: xct_spACAdminEmailTemplate


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

Syntax

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

Public Function adminEmailTemplate( _ 
   ByVal actionType As String,  _ 
   ByVal inEmailTemplate As ACEmailTemplate _ 
) As DataSet
C#
[WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACEmailTemplate row", MessageName = "adminEmailTemplate")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet adminEmailTemplate(
   string actionType,
   ACEmailTemplate inEmailTemplate
)
C++
[WebMethodAttribute(Description = L"Allows direct adding/editing of a xct_tblACEmailTemplate row", MessageName = L"adminEmailTemplate")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet adminEmailTemplate(
   String actionType,
   ACEmailTemplate inEmailTemplate
) sealed 
J#
/** @attribute WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACEmailTemplate row", MessageName = "adminEmailTemplate") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet adminEmailTemplate(
   string actionType,
   ACEmailTemplate inEmailTemplate
)
JScript
public 

   WebMethodAttribute(Description = "Allows direct adding/editing of a xct_tblACEmailTemplate row", MessageName = "adminEmailTemplate")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function adminEmailTemplate(
   actionType : String,
   inEmailTemplate : ACEmailTemplate
) : DataSet

Parameters

actionType
inEmailTemplate

See Also