You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Form Class > Form Methods > SubmitFormFieldData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.SubmitFormFieldData Method

Adds form data as if it was submitted during a browser post to the web server.

C#
public SubmitFormFieldData(Long FormId, FormSubmittedData Data, Optional ByVal Boolean SendNotification, [Out()] Optional ByRef String SubmittedDataXml);
Visual Basic
Public Sub SubmitFormFieldData(ByVal FormId As Long, ByVal Data As FormSubmittedData, Optional ByVal SendNotification As Boolean = True, <Out()> Optional ByRef SubmittedDataXml As String = "")
Parameters 
Description 
FormId 
Specifies the form that corresponds to the data. Value Type: System.Int32  
Data 
The data to submit. Value Type: Ektron.Cms.FormSubmittedData  
SendNotification 
(Optional) Specifies whether to send notifications that a form submission has occurred or not. For example, whether to send an email or assign a form submission task as configured for the form. Value Type: System.Boolean  
SubmittedDataXml 
(Optional) XML packet of submitted data. Reference Type: System.String  
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!