SPCopyFieldInformation Members
Include Protected Members
Include Inherited Members
Represents type information that is associated with fields being copied across servers.
The SPCopyFieldInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPCopyFieldInformation | Initializes a new instance of the SPCopyFieldInformation class. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the copied field. | |
Id | Gets or sets the GUID of the copied field. | |
InternalName | Gets or sets the internal name that is used for the copied field. | |
ReadOnlyField | Gets or sets a Boolean value that specifies whether values in the copied field can be modified. | |
Type | Gets or sets the type of the copied field. | |
Value | Gets or sets the value of the copied field. |
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