You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Form Class > Form Methods > AssignFormTask
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.AssignFormTask Method

Assigns a form submission task, as specified in FormInfo, of the SubmittedDataXml. 

This method can be accessed through the Form.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "AssignFormTask", Description = "")]
public bool AssignFormTask(FormData FormInfo, string SubmittedDataXml);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AssignFormTask", Description = "")>
Public Function AssignFormTask(FormInfo As FormData, SubmittedDataXml As string) As bool
Parameters 
Description 
FormInfo 
The properties of the form associated with the data. This information may be retrieved by calling GetFormById. Value Type: Cms.FormData (Ektron.Cms.FormData)  
SubmittedDataXml 
The form data submitted in XML format. Value Type: String (System.String)  

Returns True if the task was successfully assigned. Boolean (System.Boolean)

This routine is called automatically when calling SubmitFormFieldData if SendNotification is True and the form is configured to assign a task when data is submitted. The SubmittedDataXml is typically retrieved by calling SubmitFormFieldData.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!