Describes the mapping type.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
public enum MapType |
| Visual Basic |
|---|
Public Enumeration MapType |
| Visual C++ |
|---|
public enum class MapType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Include | 1 | ||
| Exclude | 2 | ||
| Overlay | 3 | ||
| Share | 4 | ||
| Isolate | 5 | ||
| Import | 6 | ||
| StreamPathExclude | 7 |