VersionControlServer.QueryShelvedChanges Method

Include Protected Members
Include Inherited Members

Gets the shelved changes for the specified query.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

QueryShelvedChanges(Shelveset)

Shelving enables you to take a batch of pending changes and set it aside as a named shelveset. The changes in a shelveset can be restored later into your workspace or into another user's workspace. This function gets all the changes in the specified shelveset, but download information is not included. Without download information the initial query is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.

Public method

QueryShelvedChanges(Shelveset, array<ItemSpec[])

Shelving enables you to take a batch of pending changes and set it aside as a named shelveset. The changes in a shelveset can be restored later into your workspace or into another user's workspace. This function gets all the changes in the specified shelveset, but download information is not included. Without download information the query is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.

Public method

QueryShelvedChanges(String, String)

Shelving enables you to take a batch of pending changes and set it aside as a named shelveset. The changes in a shelveset can be restored later into your workspace or into another user's workspace. This function gets all the changes for the specified shelveset and owner, but download information is not included. Without download information the function call is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.

Public method

QueryShelvedChanges(String, String, array<ItemSpec[])

Shelving enables you to take a batch of pending changes and set it aside as a named shelveset. The changes in a shelveset can be restored later into your workspace or into another user's workspace. This function gets all the changes for the specified shelveset and owner, but download information is not included. Without download information the function call is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.

Public method

QueryShelvedChanges(String, String, array<ItemSpec[], Boolean)

Shelving enables you to take a batch of pending changes and set it aside as a named shelveset. The changes in a shelveset can be restored later into your workspace or into another user's workspace. This function gets all the changes for the specified shelveset and owner.

Top

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace