Type of the map entry, Include, Exclude, Overlay.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
[FlagsAttribute]
public enum Type
Visual Basic
<FlagsAttribute> _
Public Enumeration Type
Visual C++
[FlagsAttribute]
public enum class Type

Members

Member nameValueDescription
Include0 Include the indicated mapping
Exclude1 Exclude the indicated mapping
Overlay2 Overlay the indicated mapping

See Also