Initializes a new instance of the Options class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public Options( GetDepotFileDiffsCmdFlags flags, int contextLines, int unifiedLines, string branch, string stream, string parent ) |
Visual Basic |
---|
Public Sub New ( _ flags As GetDepotFileDiffsCmdFlags, _ contextLines As Integer, _ unifiedLines As Integer, _ branch As String, _ stream As String, _ parent As String _ ) |
Visual C++ |
---|
public: Options( GetDepotFileDiffsCmdFlags flags, int contextLines, int unifiedLines, String^ branch, String^ stream, String^ parent ) |
Parameters
- flags
- Type: Perforce.P4..::..GetDepotFileDiffsCmdFlags
- contextLines
- Type: System..::..Int32
- unifiedLines
- Type: System..::..Int32
- branch
- Type: System..::..String
- stream
- Type: System..::..String
- parent
- Type: System..::..String