Click or drag to resize

GetDepotFileDiffsCmdOptions Constructor

Diff2 command options

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public GetDepotFileDiffsCmdOptions(
	GetDepotFileDiffsCmdFlags flags,
	int contextLines,
	int unifiedLines,
	string branch,
	string stream,
	string parent
)

Parameters

flags
Type: Perforce.P4GetDepotFileDiffsCmdFlags
contextLines
Type: SystemInt32
unifiedLines
Type: SystemInt32
branch
Type: SystemString
stream
Type: SystemString
parent
Type: SystemString
See Also