SimpleSyncItemConstraintEventArgs Class

Provides data for the ItemConstraint event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConstraintEventArgs

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

public class SimpleSyncItemConstraintEventArgs : EventArgs

The SimpleSyncItemConstraintEventArgs type exposes the following members.

  NameDescription
Public propertyChangeUnitsOnRemoteItemGets a set of change units in the remote item for which a conflict was reported.
Public propertyConflictVersionInformationGets a ConflictVersionInformation object that contains information about what item versions, if any, are known to the remote provider for the item that is in conflict.
Public propertyLocalItemGets an ItemFieldDictionary object that contains the fields for the local item that is in conflict.
Public propertyRemoteItemGets an ItemFieldDictionary object that contains the fields for the remote item that is in conflict.
Public propertyRemoteItemDataGets the data for the remote item that is in conflict.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetResolutionActionSets the resolution action for the conflict, such as DestinationWins.
Public methodToString (Inherited from Object.)
Top

This type is used for constraint conflicts, which occur when an item cannot be saved because it conflicts with another item in the destination store, such as when the source provider sends a file that has the same name and location as a file that already exists in the destination replica. For more information, see Handling Conflicts for Simple Providers.

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