ZipFileStreamEntry Constructor (String, 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
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
relativeFilePath As String, _
fileContentsStream As Stream _
)
public ZipFileStreamEntry(
string relativeFilePath,
Stream fileContentsStream
)
public:
ZipFileStreamEntry(
String^ relativeFilePath,
Stream^ fileContentsStream
)
new :
relativeFilePath:string *
fileContentsStream:Stream -> ZipFileStreamEntry
public function ZipFileStreamEntry(
relativeFilePath : String,
fileContentsStream : Stream
)
Parameters
- relativeFilePath
Type: System.String
- fileContentsStream
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.