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

Delete a 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 void DeleteStream(
	Stream stream,
	Options options
)
Visual Basic
Public Sub DeleteStream ( _
	stream As Stream, _
	options As Options _
)
Visual C++
public:
void DeleteStream(
	Stream^ stream, 
	Options^ options
)

Parameters

stream
Type: Perforce.P4..::..Stream
The stream to be deleted
options
Type: Perforce.P4..::..Options
Only the '-f' flag is valid when deleting an existing stream

See Also