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

Updates a single instance of submitted data, as specified by FormDataId, for all fields from a specified form.

C#
public UpdateFormFieldData(Long FormId, Long FormDataId, FormSubmittedData SubmittedData);
Visual Basic
Public Sub UpdateFormFieldData(ByVal FormId As Long, ByVal FormDataId As Long, ByVal SubmittedData As FormSubmittedData)
Parameters 
Description 
FormId 
Specifies the form. Value Type: System.Int32  
FormDataId 
Specifies the instance of submitted data. Value Type: System.Int32  
SubmittedData 
The field data values to be updated. Value Type: Ektron.Cms.FormSubmittedData  
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!