You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content 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.

C#
public Boolean AssignFormTask(FormData FormInfo, String SubmittedDataXml);
Visual Basic
Public Function AssignFormTask(ByVal FormInfo As FormData, ByVal SubmittedDataXml As String) As Boolean
Parameters 
Description 
FormInfo 
The properties of the form associated with the data. This information may be retrieved by calling GetFormById. Value Type: Ektron.Cms.FormData  
SubmittedDataXml 
The form data submitted in XML format. Value Type: System.String  

Returns True if the task was successfully assigned. Value Type: 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!