CopyErrorCode, énumération (websvcCopy)

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

Espace de noms : websvcCopy
Assembly : STSSOAP (dans stssoap.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration CopyErrorCode
'Utilisation
Dim instance As CopyErrorCode
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sharepoint/soap/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum CopyErrorCode

Membres

  Nom du membre 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. 

Notes

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.

Voir aussi

Référence

websvcCopy, espace de noms