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

Returns all of the forms as an array of FormData. 

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 = "GetAllForms", Description = "")]
public FormData[] GetAllForms();
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllForms", Description = "")>
Public Function GetAllForms() As FormData()

Ektron.Cms.FormData()

User login required to perform this operation.

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!