OAuthApplication.SaveIcon Method
Save the given icon image
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SaveIcon ( _
requestContext As TeamFoundationRequestContext, _
imageData As Byte() _
)
public void SaveIcon(
TeamFoundationRequestContext requestContext,
byte[] imageData
)
public:
void SaveIcon(
TeamFoundationRequestContext^ requestContext,
array<unsigned char>^ imageData
)
member SaveIcon :
requestContext:TeamFoundationRequestContext *
imageData:byte[] -> unit
public function SaveIcon(
requestContext : TeamFoundationRequestContext,
imageData : byte[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
imageData
Type: array<System.Byte[]The icon image data
.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.