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

Loads all of the library items by type. 

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

~/Workarea/webservices/WebServiceAPI/Library.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllChildLibItems", Description = "Loads all of the library items by type")]
public LibraryData[] GetAllChildLibItems(string Type, long ParentId, string OrderBy, int currentPageNum, int pageSize, ref int totalPages);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllChildLibItems", Description = "Loads all of the library items by type")>
Public Function GetAllChildLibItems(Type As string, ParentId As long, OrderBy As string, currentPageNum As Integer, pageSize As Integer, ByRef totalPages As Integer) As LibraryData()
Parameters 
Description 
Type 
The type (Required). 
ParentId 
The folder's ID. 
OrderBy 
The order to load the library items. 
currentPageNum 
The current page number. 
pageSize 
The page size. 
totalPages 
The total pages. 

Ektron.Cms.LibraryData()

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!