TeamFoundationVersionControlService.Unshelve Method (TeamFoundationRequestContext, String, String, String, String, array<ItemSpec[], array<String[], array<String[], array<String , Boolean, PathLength)
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(), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
shelvesetPropertyNameFilters As String(), _
merge As Boolean, _
maxClientPathLength As PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader Unshelve(
TeamFoundationRequestContext requestContext,
string shelvesetName,
string shelvesetOwner,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
string[] shelvesetPropertyNameFilters,
bool merge,
PathLength maxClientPathLength
)
public:
TeamFoundationDataReader^ Unshelve(
TeamFoundationRequestContext^ requestContext,
String^ shelvesetName,
String^ shelvesetOwner,
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
array<String^>^ itemPropertyFilters,
array<String^>^ itemAttributeFilters,
array<String^>^ shelvesetPropertyNameFilters,
bool merge,
PathLength maxClientPathLength
)
member Unshelve :
requestContext:TeamFoundationRequestContext *
shelvesetName:string *
shelvesetOwner:string *
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
itemPropertyFilters:string[] *
itemAttributeFilters:string[] *
shelvesetPropertyNameFilters:string[] *
merge:bool *
maxClientPathLength:PathLength -> TeamFoundationDataReader
public function Unshelve(
requestContext : TeamFoundationRequestContext,
shelvesetName : String,
shelvesetOwner : String,
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
itemPropertyFilters : String[],
itemAttributeFilters : String[],
shelvesetPropertyNameFilters : String[],
merge : boolean,
maxClientPathLength : PathLength
) : 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[]
- itemPropertyFilters
Type: array<System.String[]
- itemAttributeFilters
Type: array<System.String[]
- shelvesetPropertyNameFilters
Type: array<System.String[]
- merge
Type: System.Boolean
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
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.