This documentation is archived and is not being maintained.

PendingChange::IsLocalItemDelete Property

Gets a flag that describes whether the pending change is deleting a local file or folder.

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

public:
property bool IsLocalItemDelete {
	bool get ();
}

Property Value

Type: System::Boolean
True if this pending or undone change is deleting a local file or folder; otherwise, false.

Show: