This documentation is archived and is not being maintained.
TeamFoundationStrongBoxService::RetrieveFile Method
Visual Studio 2013
Retrieve a file from a drawer as a string. This method downloads value as a file to the local system, and then reads its contents into the string.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- drawerId
- Type: System::Guid
The unique identifier returned from CreateDrawer or UnlockDrawer.
- lookupKey
- Type: System::String
The identifier that is used to look up the value in the drawer.
- 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.
Show: