This topic has not yet been rated - Rate this topic

PendingChange.DeletionId Property

Gets the ID of the item to be deleted, if there is more than one deleted item with the same database path.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

public int DeletionId { get; }
/** @property */
public int get_DeletionId ()

public function get DeletionId () : int

If ChangeType is Undelete and there is more than one deleted item with the same database path, this ID is used to disambiguate them. Otherwise, it should be zero.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.