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

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

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