[This is preliminary documentation and is subject to change.]

The SvnCopyArgs type exposes the following members.

Constructors

  Name Description
SvnCopyArgs
Initializes a new instance of the SvnCopyArgs class

Methods

  Name Description
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnCancel
Raises the Cancel event
(Inherited from SvnClientArgs.)
OnCommitting
Applies the LogMessage and raises the Committing event
(Inherited from SvnClientArgsWithCommit.)
OnNotify
Raises the Notify event
(Inherited from SvnClientArgs.)
OnProgress
Raises the Progress event
(Inherited from SvnClientArgs.)
OnSvnError
Called when handling a SvnException
(Inherited from SvnClientArgs.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
AlwaysCopyAsChild
Always copies the result to below the target (this behaviour is always used if multiple targets are provided)
CommandType (Overrides SvnClientArgs..::.CommandType.)
IsLastInvocationCanceled (Inherited from SvnClientArgs.)
LastException
Gets the last exception thrown by a Subversion api command to which this argument was provided
(Inherited from SvnClientArgs.)
LogMessage
Gets or sets the logmessage applied to the commit
(Inherited from SvnClientArgsWithCommit.)
LogProperties
Gets a list of 'extra' revision properties to set on commit
(Inherited from SvnClientArgsWithCommit.)
MakeParents
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.)

Events

  Name Description
Cancel
Raised to allow canceling an in-progress command
(Inherited from SvnClientArgs.)
Committing
Raised just before committing to allow modifying the log message
(Inherited from SvnClientArgsWithCommit.)
Notify
Raised to notify changes by an in-progress command
(Inherited from SvnClientArgs.)
Progress
Raised to notify of progress by an in-progress command
(Inherited from SvnClientArgs.)
SvnError
Raised to notify errors from an command
(Inherited from SvnClientArgs.)

See Also