Specifies whether this line match is an exact match,
or a context (before or after) match.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax Public Enumeration MatchType
public enum class MatchType
Members
| Member name | Value | Description |
---|
| Match | 0 | |
| Before | 1 | |
| After | 2 | |
See Also