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

Returns all the load balance paths as a array of LoadBalanceData. 

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

~/Workarea/webservices/WebServiceAPI/Library.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllLoadBalancePaths By Type", Description = "")]
public LoadBalanceData[] GetAllLoadBalancePaths(string Type);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllLoadBalancePaths By Type", Description = "")>
Public Function GetAllLoadBalancePaths(Type As string) As LoadBalanceData()
Parameters 
Description 
Type 
Type (images or files). 

Ektron.Cms.LoadBalanceData()

A user with administrator privileges must be logged in 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!