You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Form Class > Form Methods > GetFormFieldQuestions
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.GetFormFieldQuestions Method

Retrieves the table of form fields and their questions in a specified form. In a CMS form, the form question is defined by the user in the descriptive name field in the form element dialog during design time. 

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

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
public Hashtable GetFormFieldQuestions(long FormId);
Visual Basic
Public Function GetFormFieldQuestions(FormId As long) As Hashtable
Parameters 
Description 
FormId 
Specifies the form. Value Type: Int32 (System.Int32)  

a table of defined fields with the corresponding questions in a given form.

[WebMethod(MessageName="GetFormFieldQuestions",Description="")]

these questions is mainly used for reporting.

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!