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

Same as GetFormById, but returns only the form's title. 

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 = "GetFormTitle", Description = "")]
public string GetFormTitle(long Id);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFormTitle", Description = "")>
Public Function GetFormTitle(Id As long) As string
Parameters 
Description 
Id 
Specifies the form. 

The title of the specified form.

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!