Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the result (not necessarily an error) of a Copy web service operation.
Namespace: [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx
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.