Grep command options

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

Syntax

C#
public GetFileLineMatchesCmdOptions(
	GetFileLineMatchesCmdFlags flags,
	int outputContext,
	int trailingContext,
	int leadingContext
)
Visual Basic
Public Sub New ( _
	flags As GetFileLineMatchesCmdFlags, _
	outputContext As Integer, _
	trailingContext As Integer, _
	leadingContext As Integer _
)
Visual C++
public:
GetFileLineMatchesCmdOptions(
	GetFileLineMatchesCmdFlags flags, 
	int outputContext, 
	int trailingContext, 
	int leadingContext
)

Parameters

flags
Type: Perforce.P4..::..GetFileLineMatchesCmdFlags
outputContext
Type: System..::..Int32
trailingContext
Type: System..::..Int32
leadingContext
Type: System..::..Int32

See Also