[This is preliminary documentation and is subject to change.]
Type of the map entry, Include, Exclude, Overlay.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
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 |