Branch Command Options

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

Syntax

C#
public BranchCmdOptions(
	BranchSpecCmdFlags flags,
	string stream,
	string parent
)
Visual Basic
Public Sub New ( _
	flags As BranchSpecCmdFlags, _
	stream As String, _
	parent As String _
)
Visual C++
public:
BranchCmdOptions(
	BranchSpecCmdFlags flags, 
	String^ stream, 
	String^ parent
)

Parameters

flags
Type: Perforce.P4..::..BranchSpecCmdFlags
Branch Command Flags
stream
Type: System..::..String
current stream
parent
Type: System..::..String
parent stream

See Also