Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content for this object from the owning repository.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function GetContentBytes ( _
requestContext As TeamFoundationRequestContext _
) As Byte()
public byte[] GetContentBytes(
TeamFoundationRequestContext requestContext
)
public:
array<unsigned char>^ GetContentBytes(
TeamFoundationRequestContext^ requestContext
)
member GetContentBytes :
requestContext:TeamFoundationRequestContext -> byte[]
public function GetContentBytes(
requestContext : TeamFoundationRequestContext
) : byte[]
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<System.Byte[]
Returns Byte.
.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.