| ServerInfoProviderGetSiteServers Method  | 
            Returns DataSet of the servers for the specified site.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntaxpublic static InfoDataSet<ServerInfo> GetSiteServers(
	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