GitFileUtility.WriteZipFileContents Method (TeamFoundationRequestContext, TfsGitRepository, array<Byte[], Stream, String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Utilities
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Sub WriteZipFileContents ( _
requestContext As TeamFoundationRequestContext, _
repo As TfsGitRepository, _
objectId As Byte(), _
stream As Stream, _
entryName As String _
)
public static void WriteZipFileContents(
TeamFoundationRequestContext requestContext,
TfsGitRepository repo,
byte[] objectId,
Stream stream,
string entryName
)
public:
static void WriteZipFileContents(
TeamFoundationRequestContext^ requestContext,
TfsGitRepository^ repo,
array<unsigned char>^ objectId,
Stream^ stream,
String^ entryName
)
static member WriteZipFileContents :
requestContext:TeamFoundationRequestContext *
repo:TfsGitRepository *
objectId:byte[] *
stream:Stream *
entryName:string -> unit
public static function WriteZipFileContents(
requestContext : TeamFoundationRequestContext,
repo : TfsGitRepository,
objectId : byte[],
stream : Stream,
entryName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- objectId
Type: array<System.Byte[]
- stream
Type: System.IO.Stream
- entryName
Type: System.String
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Utilities Namespace