CopyErrorCode Enumeration
Specifies the result (not necessarily an error) of a Copy web service operation.
Web Service: CopyWeb Reference: http://<Site>/_vti_bin/Copy.asmx
Syntax
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration CopyErrorCode
Dim instance As CopyErrorCode
[SerializableAttribute]
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public enum CopyErrorCode
Members
Member name | Description | |
---|---|---|
DestinationCheckedOut | The URL for the document's destination specifies a document that is checked out by another user. | |
DestinationInvalid | The specified destination is invalid. | |
DestinationMWS | The specified destination is a meeting workspace site and copying into meeting workspace sites is not supported. | |
InvalidUrl | The specified URL is invalid. | |
SourceInvalid | The specified document source is invalid. | |
Success | The copy operation is successful. | |
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.