TeamFoundationStrongBoxService.DeleteDrawer Method
Delete a StrongBox drawer. Deletes all contents of the drawer additionally.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub DeleteDrawer ( _
drawerId As Guid _
)
public void DeleteDrawer(
Guid drawerId
)
public:
void DeleteDrawer(
Guid drawerId
)
member DeleteDrawer :
drawerId:Guid -> unit
public function DeleteDrawer(
drawerId : Guid
)
Parameters
drawerId
Type: System.GuidThe unique identifier returned from CreateDrawer or UnlockDrawer.
.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.