Click or drag to resize

MatchType Enumeration

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: 2023.2.258.5793
Syntax
public enum MatchType
Members
  Member nameValueDescription
Match0
Before1
After2
See Also