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

Get the record for an existing stream from 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 GetStream(
	string stream,
	string parent,
	Options options
)
Visual Basic
Public Function GetStream ( _
	stream As String, _
	parent As String, _
	options As Options _
) As Stream
Visual C++
public:
Stream^ GetStream(
	String^ stream, 
	String^ parent, 
	Options^ options
)

Parameters

stream
Type: System..::..String
Stream name
parent
Type: System..::..String
options
Type: Perforce.P4..::..Options
There are no valid flags to use when fetching an existing stream

Return Value

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

See Also