GitFileUtility.WriteZipFileContents Method (TeamFoundationRequestContext, TfsGitRepository, GitTreeRef, Stream)
[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, _
tree As GitTreeRef, _
stream As Stream _
)
public static void WriteZipFileContents(
TeamFoundationRequestContext requestContext,
TfsGitRepository repo,
GitTreeRef tree,
Stream stream
)
public:
static void WriteZipFileContents(
TeamFoundationRequestContext^ requestContext,
TfsGitRepository^ repo,
GitTreeRef^ tree,
Stream^ stream
)
static member WriteZipFileContents :
requestContext:TeamFoundationRequestContext *
repo:TfsGitRepository *
tree:GitTreeRef *
stream:Stream -> unit
public static function WriteZipFileContents(
requestContext : TeamFoundationRequestContext,
repo : TfsGitRepository,
tree : GitTreeRef,
stream : Stream
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- tree
Type: GitTreeRef
- stream
Type: System.IO.Stream
.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