Create Branch command options

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

Syntax

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

Parameters

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

See Also