[This is preliminary documentation and is subject to change.]
The SvnAddToChangeListArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
ChangeLists |
Gets the list of changelist-names
|
|
|
CommandType | (Overrides SvnClientArgs..::.CommandType.) |
|
|
Depth | |
|
|
IsLastInvocationCanceled | (Inherited from SvnClientArgs.) |
|
|
LastException |
Gets the last exception thrown by a Subversion api command to which this argument was provided
(Inherited from SvnClientArgs.) |
|
|
ThrowOnCancel |
Gets or sets a boolean indicating whether the call must throw an error if the operation is cancelled
IsLastInvocationCanceled is true and the returnvalue false if the operation was canceled.
(The LastException property is set to the cancel exception)
(Inherited from SvnClientArgs.) |
|
|
ThrowOnError |
Gets or sets a boolean indicating whether the call must throw an error if an exception occurs.
If an exception would occur, the method returns false and the LastException property
is set to the exception which would have been throw.
(Inherited from SvnClientArgs.) |