Click or drag to resize

UsersCmdFlags Enumeration

Flags for the users command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum UsersCmdFlags
Members
  Member nameValueDescription
None0 No flags.
IncludeAll1 The -a flag includes service and operator users in the output.
LongForm2 The -l flag includes additional information in the output. The -l flag requires 'super' access, which is granted by 'p4 protect'.
See Also