Click or drag to resize

P4MapApiType Enumeration

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

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum Type
Members
  Member nameValueDescription
Include0 Include the indicated mapping
Exclude1 Exclude the indicated mapping
Overlay2 Overlay the indicated mapping
See Also