Click or drag to resize

ClientType Enumeration

Sets Type for client spec.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum ClientType
Members
  Member nameValueDescription
writeable0 mode that is native to the client (default).
readonly1 Type: readonly.
graph2 Type: graph.
partitioned3 Type: paritioned.
See Also