Type of the map entry, Include, Exclude, Overlay.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum Type |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration Type |
| Visual C++ |
|---|
[FlagsAttribute] public enum class Type |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Include | 0 | Include the indicated mapping | |
| Exclude | 1 | Exclude the indicated mapping | |
| Overlay | 2 | Overlay the indicated mapping |