| Overload | Description |
|---|---|
| ReconcileInEditOperation(Version,ReconcileOptions) | Reconciles this version against a target version specified in reconcileOptions. This method must be called on the MCT. Use QueuedTask.Run. |
| ReconcileInEditOperation(Version,ReconcileOptions,PostOptions) | Reconciles and posts this version against a target version specified in reconcileOptions and postOptions. This method must be called on the MCT. Use QueuedTask.Run. |
| ReconcileInEditOperation(Version,ReconcileOptions,PartialPostOptions) | Reconciles and partial posts this version against a target version specified in reconcileOptions and partialPostOptions. This method must be called on the MCT. Use QueuedTask.Run. |