BuildMaster SDK Reference
Version:
ImportZip(ArtifactIdentifier artifact, System.IO.Stream stream) Method
Imports the zip file into the BuildMaster artifact library from a stream.
Syntax
public
static
void ImportZip(ArtifactIdentifier artifact, System.IO.Stream stream)
Parameters
- artifact
- Type: ArtifactIdentifier
The artifact to import.
- stream
- Type: System.IO.Stream
The stream of the zip file to import.
Exceptions
System.ArgumentNullException
|
artifact or stream is null (Nothing in Visual Basic).
|