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

Loads the library settings. 

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

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

Ektron.Cms.LibraryConfigData

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!