Click or drag to resize

Options Constructor (BranchSpecCmdFlags, String, String)

Create Branch command options

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public Options(
	BranchSpecCmdFlags flags,
	string stream,
	string parent
)

Parameters

flags
Type: Perforce.P4BranchSpecCmdFlags
Branch Flags
stream
Type: SystemString
current stream
parent
Type: SystemString
parent stream
See Also