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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- collectionId
Type: System.Guid
.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.