Initializes a new instance of the MergeFilesCmdOptions class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public MergeFilesCmdOptions( MergeFilesCmdFlags flags, string branchName, string streamName, string parentStream, int changelistId, int maxItems ) |
Visual Basic |
---|
Public Sub New ( _ flags As MergeFilesCmdFlags, _ branchName As String, _ streamName As String, _ parentStream As String, _ changelistId As Integer, _ maxItems As Integer _ ) |
Visual C++ |
---|
public: MergeFilesCmdOptions( MergeFilesCmdFlags flags, String^ branchName, String^ streamName, String^ parentStream, int changelistId, int maxItems ) |
Parameters
- flags
- Type: Perforce.P4..::..MergeFilesCmdFlags
- branchName
- Type: System..::..String
- streamName
- Type: System..::..String
- parentStream
- Type: System..::..String
- changelistId
- Type: System..::..Int32
- maxItems
- Type: System..::..Int32