Click or drag to resize
WebFarmServerInfoProvider.GetServersInternal Method
Returns the DataSet of all the servers records.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 10.0.0
Syntax
C#
protected InfoDataSet<WebFarmServerInfo> GetServersInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition to filter data
orderBy
Type: System.String
Order by statement
topN
Type: System.Int32
Specifies number of returned records
columns
Type: System.String
Data columns to return

Return Value

Type: InfoDataSet<WebFarmServerInfo>
See Also