Flags for the user command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum UserCmdFlags
<FlagsAttribute>
Public Enumeration UserCmdFlags
[FlagsAttribute]
public enum class UserCmdFlags
[<FlagsAttribute>]
type UserCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Delete | 1 |
The -d flag deletes the specified user (unless the user has files
open).
|
| Output | 2 |
The -o flag writes the user specification to the standard output.
The user's editor is not invoked.
|
| Input | 4 |
The -i flag reads a user specification from the standard input.
The user's editor is not invoked.
|
| Force | 8 |
The -f flag forces the creation, update or deletion of the specified
user, and enables you to change the Last Modified date. By default,
users can only delete or modify their own user specifications. The
-f flag requires 'super' access, which is granted by 'p4 protect'.
|
See Also