Branch command options
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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
- stream
- Type: System..::..String
- parent
- Type: System..::..String