Click or drag to resize

GetFileLineMatchesCmdOptions Constructor

Grep command options

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public GetFileLineMatchesCmdOptions(
	GetFileLineMatchesCmdFlags flags,
	int outputContext,
	int trailingContext,
	int leadingContext
)

Parameters

flags
Type: Perforce.P4GetFileLineMatchesCmdFlags
outputContext
Type: SystemInt32
trailingContext
Type: SystemInt32
leadingContext
Type: SystemInt32
See Also