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)

Loads the library item 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", Description = "")]
public LibraryData GetLibraryItem(long LibID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetLibraryItem By Id", Description = "")>
Public Function GetLibraryItem(LibID As long) As LibraryData
Parameters 
Description 
LibID 
The library ID. 

Ektron.Cms.LibraryData

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!