Diff2 command options

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public GetDepotFileDiffsCmdOptions(
	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:
GetDepotFileDiffsCmdOptions(
	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

See Also