CopyErrorCode enumeration

Specifies the result (not necessarily an error) of a Copy web service operation.

Namespace:  WebSvcCopy
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration CopyErrorCode
'Usage
Dim instance As CopyErrorCode
[SerializableAttribute]
public enum CopyErrorCode

Members

Member name Description
Success The copy operation is successful.
DestinationInvalid The specified destination is invalid.
DestinationMWS The specified destination is a meeting workspace site and copying into meeting workspace sites is not supported.
SourceInvalid The specified document source is invalid.
DestinationCheckedOut The URL for the document's destination specifies a document that is checked out by another user.
InvalidUrl The specified URL is invalid.
Unknown The copyoperation generated an unknown error.

Remarks

This enumeration is used primarily as the value of the ErrorCode property.

Note that, despite the name of this enumeration, one possible value is Success.

See also

Reference

WebSvcCopy namespace