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

Retrieves the list of form fields defined in the 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 = "GetFormFieldList", Description = "")]
public FormFieldList GetFormFieldList(long FormId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFormFieldList", Description = "")>
Public Function GetFormFieldList(FormId As long) As FormFieldList
Parameters 
Description 
FormId 
Specifies the form. Value Type: Int32 (System.Int32)  

The list for defined fields in the given form. Cms.FormFieldList (Ektron.Cms.FormFieldList)

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!