Sets Type for client spec.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum ClientType
<FlagsAttribute>
Public Enumeration ClientType
[FlagsAttribute]
public enum class ClientType
[<FlagsAttribute>]
type ClientType
Members
| Member name | Value | Description |
---|
| writeable | 0 |
mode that is native to the client (default).
|
| readonly | 1 |
Type: readonly.
|
| graph | 2 |
Type: graph.
|
| partitioned | 3 |
Type: paritioned.
|
See Also