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 (long, string, int, ContentAPI.FormResultType)

Retrieves an array of all the forms contained with the specified folder. Forms may be limited to a single language and type. 

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 By Id, OrderBy, LanguageID and Type", Description = "")]
public FormData[] GetAllForms(long Id, string OrderBy, int LanguageId, ContentAPI.FormResultType Type);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllForms By Id, OrderBy, LanguageID and Type", Description = "")>
Public Function GetAllForms(Id As long, OrderBy As string, LanguageId As Integer, Type As ContentAPI.FormResultType) As FormData()
Parameters 
Description 
Id 
Specifies the folder. 
OrderBy 
Specifies how to sort the forms 
LanguageId 
Specifies a language or EkConstants.g_AllContentLanguages (-1) for all languages. 
Type 
Specifies whether only active forms or archived forms should be returned. 

Requires 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!