Click or drag to resize
ServerInfoProviderGetSiteServersInternal Method
Returns DataSet of the servers for the specified site.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected InfoDataSet<ServerInfo> GetSiteServersInternal(
	int siteId,
	string where,
	string orderBy,
	int topN,
	string columns,
	bool allRecord
)

Parameters

siteId
Type: SystemInt32
Site id
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Number of records to return
columns
Type: SystemString
Columns to select, null or empty returns all columns
allRecord
Type: SystemBoolean
If true, (all) record is also returned

Return Value

Type: InfoDataSetServerInfo
See Also