You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Form Class > Form Methods > GetFormFieldData Method > GetFormFieldData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.GetFormFieldData Method (Long, Long)

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

C#
public FormSubmittedData GetFormFieldData(Long FormId, Long FormDataId);
Visual Basic
Public Function GetFormFieldData(ByVal FormId As Long, ByVal FormDataId As Long) As FormSubmittedData
Parameters 
Description 
FormId 
Specifies the form. Value Type: System.Int32  
FormDataId 
Specifies the instance of submitted data. Value Type: System.Int32  

Returns the submitted data or null/Nothing, if none found. 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!