Summary
Retrieve changesets not found in the destination.
Syntax
public IEnumerable<Changeset> Outgoing(string destination, OutgoingCommand command = null)
Parameters
| Name |
Type |
Description |
| destination |
string |
The name of the destination or the URL to the destination, to check outgoing to.
|
| command |
OutgoingCommand |
Any extra options to the outgoing method, or null for default options.
|
Return Value
| Type |
Description |
| IEnumerable<T> |
The result of executing the command as a collection of Changeset objects.
|