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 type of a field associated with a document that is copied by using a Copy web service operation.
Namespace:  [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration FieldType
'Usage
Dim instance As FieldType
[SerializableAttribute]
public enum FieldType
Members
| Member name | Description | |
|---|---|---|
| Invalid | An Invalid field type. | |
| Integer | An Integer field. | |
| Text | A Text field. | |
| Note | A Note field. | |
| DateTime | A DateTime field. | |
| Counter | A Counter field. | |
| Choice | A Choice field. | |
| Lookup | A Lookup field. | |
| Boolean | A Boolean field. | |
| Number | A Number field. | |
| Currency | A Currency field. | |
| URL | A URL field. | |
| Computed | A Computed field. | |
| Threading | A Threading field. | |
| Guid | A Guid field. | |
| MultiChoice | A MultiChoice field. | |
| GridChoice | A GridChoice field. | |
| Calculated | A Calculated field. | |
| File | A File field. | |
| Attachments | An Attachments field. | |
| User | A User field. | |
| Recurrence | A Recurrence field. | |
| CrossProjectLink | A CrossProjectLink field. | |
| ModStat | A ModStat field. | |
| AllDayEvent | An AllDayEvent field. | |
| Error | An Error field. | 
Remarks
The members of this enumeration correspond to the members of the SPFieldType enumeration.