ILocalUpdateOperation Interface

Represents an operation that is returned by the server to be used by the client to update the local disk.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Interface ILocalUpdateOperation
public interface ILocalUpdateOperation
public interface class ILocalUpdateOperation
type ILocalUpdateOperation =  interface end
public interface ILocalUpdateOperation

The ILocalUpdateOperation type exposes the following members.

Properties

  Name Description
Public property ChangeType Gets the ChangeType enumeration value associated with the operation.
Public property DeletionId Gets the deletion identifier associated with the operation.
Public property Ignore Gets or sets a flag that describes whether to ignore this operation.
Public property IsConflict Gets a flag that describes whether this operation is detected by the server as being in conflict.
Public property IsDelete Gets a flag that describes whether this operation will result in deletion of the item from the local disk.
Public property ItemId Gets the item identifier associated with the operation.
Public property ItemType Gets the ItemType enumeration value associated with the operation.
Public property PendingChangeId Gets the pending change identifier associated with the operation.
Public property SourceLocalItem Gets the local path where the item currently exists.
Public property TargetLocalItem Gets the local destination for the item.
Public property TargetServerItem Gets the server path of the item.
Public property VersionLocal Gets the current version of the workspace.
Public property VersionServer Gets the version that the workspace should have.

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace