Replication.replicate (Method)
Returns zero or more structures, each containing job replication IDs.
Returns:
Replication_Replicate_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
JobID | JobID | JobID. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | ReplicationID | Required | A replication group's ID. |
mode | ReplicationMode | Required | The mode of the replication, either Incremental or full. |
manuallyTransportPacket | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true tells CommonSpot to manually transport packets. |
protocol | ReplicationTransportType | Required | The replication protocol's ID. |
scopeID | ReplicationScopeID | Required | A replication scope's ID. See the saveScope() method for more information. |
targetServerID | ServerID | Required | A target server's ID. |
targetSitename | ReplicationTargetServer | Required | A replication target server's name. |
lastReplication | DateTime_EmptyString | Optional. Defaults to an empty string. | The date and time at which the last replication occurred. |
Context:
License Requirements | Replication |
Permission Requirements | site:ManageReplication |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the server level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None