You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Library Class > Library Methods > GetLibraryItem Method > GetLibraryItem
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Library.GetLibraryItem Method (long, long)

Loads the library item's data. 

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

~/Workarea/webservices/WebServiceAPI/Library.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetLibraryItem By Id And ParentID", Description = "")]
public LibraryData GetLibraryItem(long Id, long ParentId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetLibraryItem By Id And ParentID", Description = "")>
Public Function GetLibraryItem(Id As long, ParentId As long) As LibraryData
Parameters 
Description 
Id 
The library's ID. 
ParentId 
The folder's ID. 

Ektron.Cms.LibraryData

Read permission to the folder 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!