Click or drag to resize

UserCmdFlags Enumeration

Flags for the user command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum UserCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Delete1 The -d flag deletes the specified user (unless the user has files open).
Output2 The -o flag writes the user specification to the standard output. The user's editor is not invoked.
Input4 The -i flag reads a user specification from the standard input. The user's editor is not invoked.
Force8 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