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, String, String)

Retrieves the submitted data for all fields from a specified form. All the data may be retrieved or just data submitted within a given date range.

C#
public FormSubmittedData[] GetFormFieldData(Long FormId, Optional ByVal String StartDate, Optional ByVal String EndDate);
Visual Basic
Public Function GetFormFieldData(ByVal FormId As Long, Optional ByVal StartDate As String = "", Optional ByVal EndDate As String = "") As FormSubmittedData()
Parameters 
Description 
FormId 
Specifies the form. Value Type: System.Int32  
StartDate 
Optionally limit the data returned to include only those submitted on or after the given date. Value Type: System.String  
EndDate 
Optionally limit the data returned to include only those submitted on or before the given date. Value Type: System.String  

Returns an array of submitted data. 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!