This documentation is archived and is not being maintained.

PendingChange::ToServerItems Method

Gets an array of server item paths from an array of pending changes.

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

public:
static array<String^>^ ToServerItems(
	array<PendingChange^>^ pendingChanges
)

Parameters

pendingChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>

Array of PendingChange objects for which the server paths are desired.

Return Value

Type: array<System::String>
An array of server item paths.

Skips any PendingChanges where ServerItem is null.

Show: