Server.getSiteReplicationRequests (Method)

Returns zero or more structures, each containing information on a replication request on a read-only server; for example the master server's ID, the server requesting replication, and so on.

Returns:

Server_GetSiteReplicationRequest_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
isRootSite Boolean Boolean flag which when set indicates that this site is a Root level site.
MasterServerID ServerID The ID of the master server requesting replication.
MasterServerName ServerName The name of the master server requesting replication.
SiteName PlainText_50 The master server's site name.

Context:

License Requirements None
Permission Requirements server:ServerMaintenance
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None