[This is preliminary documentation and is subject to change.]

Create a new stream in the repository.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public Stream CreateStream(
	Stream stream
)
Visual Basic
Public Function CreateStream ( _
	stream As Stream _
) As Stream
Visual C++
public:
Stream^ CreateStream(
	Stream^ stream
)

Parameters

stream
Type: Perforce.P4..::..Stream
Stream specification for the new stream

Return Value

The Stream object if new stream was created, null if creation failed

See Also