TeamFoundationVersionControlService.Unshelve Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function Unshelve ( _
requestContext As TeamFoundationRequestContext, _
shelvesetName As String, _
shelvesetOwner As String, _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader Unshelve(
TeamFoundationRequestContext requestContext,
string shelvesetName,
string shelvesetOwner,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ Unshelve(
TeamFoundationRequestContext^ requestContext,
String^ shelvesetName,
String^ shelvesetOwner,
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
array<String^>^ propertyNameFilters
)
member Unshelve :
requestContext:TeamFoundationRequestContext *
shelvesetName:string *
shelvesetOwner:string *
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
propertyNameFilters:string[] -> TeamFoundationDataReader
public function Unshelve(
requestContext : TeamFoundationRequestContext,
shelvesetName : String,
shelvesetOwner : String,
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
propertyNameFilters : String[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- shelvesetName
Type: System.String
- shelvesetOwner
Type: System.String
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.