FieldInformation Class (Copy)

Switch View :
ScriptFree
FieldInformation Class
Provides properties that define a field associated with a document copied by using a Copy web service operation.

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

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

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

System.Object
  Copy.FieldInformation
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