Click or drag to resize

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: 2023.2.255.3501
Syntax
public Options(
	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