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.
Include Protected Members
Include Inherited Members
Specifies information about a discrepancy between the value of a field (or list item metadata property) in the database and its value in the current process on the front-end Web server - its client value.
The MemberChangeConflict type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CurrentValue | Gets the value of the field in the current process, the client value. |
![]() |
DatabaseValue | Gets the value of the field in the content database. |
![]() |
IsModified | Gets a value that indicates whether the current process on the front-end Web server has changed field value since it was last retrieved from the database. |
![]() |
IsResolved | Gets a value indicating whether the discrepancy has been resolved. |
![]() |
Member | Gets metadata information about the property of the list item object that represents the field for which there is a discrepancy. |
![]() |
OriginalValue | Gets the value of the field as it was when it was last retrieved from the database by the current process. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Resolve(Object) | Resolves the discrepancy by setting client value (that is, the value in the current process on the front-end Web server) of the field (or property) to the specified object. |
![]() |
Resolve(RefreshMode) | Resolves the discrepancy using the specified refresh mode. |
![]() |
ToString | (Inherited from Object.) |
Top