Public Overloads Function Reconcile( _ ByVal reconcileOptions As ReconcileOptions, _ ByVal postOptions As PostOptions _ ) As ReconcileResult
public ReconcileResult Reconcile( ReconcileOptions reconcileOptions, PostOptions postOptions )
Parameters
- reconcileOptions
- If ReconcileOptions.TargetVersion is not specified in reconcileOptions, then the target version is the Default version.
- postOptions
- If PostOptions.TargetVersion is not specified in postOptions, then the target version is the Default version.
Return Value
An instance of ReconcileResult indicating the results of the operation.