Share via


TeamProjectCollectionService.CheckCollectionIsDetachable Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub CheckCollectionIsDetachable ( _
    requestContext As TeamFoundationRequestContext, _
    collectionId As Guid _
)
public void CheckCollectionIsDetachable(
    TeamFoundationRequestContext requestContext,
    Guid collectionId
)
public:
void CheckCollectionIsDetachable(
    TeamFoundationRequestContext^ requestContext, 
    Guid collectionId
)
member CheckCollectionIsDetachable : 
        requestContext:TeamFoundationRequestContext * 
        collectionId:Guid -> unit
public function CheckCollectionIsDetachable(
    requestContext : TeamFoundationRequestContext, 
    collectionId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

TeamProjectCollectionService Class

Microsoft.TeamFoundation.Server.Core Namespace