ServerInfoProviderGetSiteServersInternal Method |
Returns DataSet of the servers for the specified site.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax 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:
InfoDataSetServerInfoSee Also