You are here: Ektron Namespace > Web Services API > Ektron.Services 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. 

This method can be accessed through the Form.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetFormFieldData By FormID and FormDataId", Description = "")]
public FormSubmittedData GetFormFieldData(long FormId, long FormDataId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFormFieldData By FormID and FormDataId", Description = "")>
Public Function GetFormFieldData(FormId As long, FormDataId As long) As FormSubmittedData
Parameters 
Description 
FormId 
Specifies the form. Value Type: Int32 (System.Int32)  
FormDataId 
Specifies the instance of submitted data. Value Type: Int32 (System.Int32)  

Returns the submitted data or null/Nothing, if none found. Cms.FormSubmittedData (Ektron.Cms.FormSubmittedData)

Does not require authentication.

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!