Options Constructor (GetDepotFileDiffsCmdFlags, Int32, Int32, String, String, String)
|
Initializes a new instance of the
Options class
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public Options(
GetDepotFileDiffsCmdFlags flags,
int contextLines,
int unifiedLines,
string branch,
string stream,
string parent
)
Public Sub New (
flags As GetDepotFileDiffsCmdFlags,
contextLines As Integer,
unifiedLines As Integer,
branch As String,
stream As String,
parent As String
)
public:
Options(
GetDepotFileDiffsCmdFlags flags,
int contextLines,
int unifiedLines,
String^ branch,
String^ stream,
String^ parent
)
new :
flags : GetDepotFileDiffsCmdFlags *
contextLines : int *
unifiedLines : int *
branch : string *
stream : string *
parent : string -> Options
Parameters
- flags
- Type: Perforce.P4GetDepotFileDiffsCmdFlags
- contextLines
- Type: SystemInt32
- unifiedLines
- Type: SystemInt32
- branch
- Type: SystemString
- stream
- Type: SystemString
- parent
- Type: SystemString
See Also