FieldInformation Members
Include Protected Members
Include Inherited Members
Provides properties that define a field associated with a document copied by using a Copy web service operation.
The FieldInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldInformation | Initializes a new instance of the FieldInformation class. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name of a field associated with a document copied by using a Copy web service operation. | |
Id | Gets or sets a globally unique identifier (GUID) of a field associated with a document copied by using a Copy web service operation. | |
InternalName | Gets or sets the internal name of a field associated with a document copied by using a Copy web service operation. | |
Type | Gets or sets the type of a field associated with a document copied by using a Copy web service operation. | |
Value | Gets or sets the value of a field associated with a document copied by using a Copy web service operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top