Type of the map entry, Include, Exclude, Overlay.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum Type
<FlagsAttribute>
Public Enumeration Type
[FlagsAttribute]
public enum class Type
[<FlagsAttribute>]
type Type
Members
| Member name | Value | Description |
---|
| Include | 0 |
Include the indicated mapping
|
| Exclude | 1 |
Exclude the indicated mapping
|
| Overlay | 2 |
Overlay the indicated mapping
|
See Also