Share via


FeedItemMetadata Class

Represents the FeedSync item metadata for an item.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedItemMetadata

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Class FeedItemMetadata
'Usage
Dim instance As FeedItemMetadata
public class FeedItemMetadata
public ref class FeedItemMetadata
type FeedItemMetadata =  class end
public class FeedItemMetadata

The FeedItemMetadata type exposes the following members.

Properties

  Name Description
Public property IsNoConflicts Gets the noconflicts value of the item.
Public property IsTombstone Gets a value that indicates whether the item is a tombstone.
Public property ItemConflictCollection Gets the item conflict collection.
Public property ItemData Gets the item data formatted as XML text.
Public property ItemHistoryCollection Gets the item history collection.
Public property ItemId Gets the item ID.
Public property UpdateCount Gets the number of updates that have been made to the item so far.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace