CopyResult Class (Copy)

Switch View :
ScriptFree
CopyResult Class
Represents the result of a copy operation.

Web Service: CopyWeb Reference: http://<Site>/_vti_bin/Copy.asmx
Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Class CopyResult
Visual Basic (Usage)
Dim instance As CopyResult

C#
[SerializableAttribute] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public class CopyResult
Inheritance Hierarchy

System.Object
  Copy.CopyResult
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also