UsersCmdFlags Enumeration
|
Flags for the users command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum UsersCmdFlags
<FlagsAttribute>
Public Enumeration UsersCmdFlags
[FlagsAttribute]
public enum class UsersCmdFlags
[<FlagsAttribute>]
type UsersCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| IncludeAll | 1 |
The -a flag includes service and operator users in the output.
|
| LongForm | 2 |
The -l flag includes additional information in the output. The -l
flag requires 'super' access, which is granted by 'p4 protect'.
|
See Also