Specifies whether this line match is an exact match,
or a context (before or after) match.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
public enum MatchType |
| Visual Basic |
|---|
Public Enumeration MatchType |
| Visual C++ |
|---|
public enum class MatchType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Match | 0 | ||
| Before | 1 | ||
| After | 2 |