ItemMetadata Members
When overridden, represents the metadata that is associated with an item in the synchronization scope.
The following tables list the members exposed by the ItemMetadata type.
Protected Constructors
Name | Description | |
---|---|---|
ItemMetadata | Initializes a new instance of the ItemMetadata class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChangeVersion | When overridden in a derived class, gets or sets the version of the most recent change made to the item. | |
CreationVersion | When overridden in a derived class, gets or sets the creation version for the item. | |
GlobalId | When overridden in a derived class, gets the global ID of the item. | |
IsDeleted | When overridden in a derived class, gets or sets a value that indicates whether the item has been deleted from the item store. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetByteField | When overridden in a derived class, gets the value of the specified custom field. | |
GetBytesField | When overridden in a derived class, gets the value of the specified custom field. | |
GetChangeUnitEnumerator | When overridden in a derived class, returns an object that can be used to enumerate the change units that are contained in this item. | |
GetChangeUnitVersion | When overridden in a derived class, gets the version of a change unit that is contained in the item. | |
GetGuidField | When overridden in a derived class, gets the value of the specified custom field. | |
GetHashCode | (Inherited from Object.) | |
GetMergeWinnerId | When overridden in a derived class, gets the item ID that is used to identify the merged item in the synchronization community. | |
GetStringField | When overridden in a derived class, gets the value of the specified custom field. | |
GetType | (Inherited from Object.) | |
GetUInt16Field | When overridden in a derived class, gets the value of the specified custom field. | |
GetUInt32Field | When overridden in a derived class, gets the value of the specified custom field. | |
GetUInt64Field | When overridden in a derived class, gets the value of the specified custom field. | |
MarkAsDeleted | When overridden in a derived class, marks an item as deleted from the item store. | |
ReferenceEquals | (Inherited from Object.) | |
ResurrectDeletedItem | When overridden in a derived class, restores an item that was previously marked as deleted in the metadata store. | |
SetChangeUnitVersion | When overridden in a derived class, sets the version of a change unit that is contained in this item. | |
SetCustomField | Overloaded. Sets the value of the specified custom field. | |
SetMergeWinnerIdOnDeletedItem | When overridden in a derived class, sets the winning item ID on a merge tombstone. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
ItemMetadata Class
Microsoft.Synchronization.MetadataStorage Namespace