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

Loads the library types. 

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

~/Workarea/webservices/WebServiceAPI/Library.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetLibraryTypes", Description = "")]
public LibraryTypeData[] GetLibraryTypes(long Id, string OrderBy);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetLibraryTypes", Description = "")>
Public Function GetLibraryTypes(Id As long, OrderBy As string) As LibraryTypeData()
Parameters 
Description 
Id 
The folder's ID. 
OrderBy 
Order by clause. 

Object

Library read permission is 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!