Click or drag to resize

GroupCmdFlags Enumeration

Flags for the group command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum GroupCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Delete1 The -d flag deletes a pending changelist, if it has no opened files and no pending fixes associated with it. Use 'p4 opened -a' to report on opened files and 'p4 reopen' to move them to another changelist. Use 'p4 fixes -c changelist#' to report on pending fixes and 'p4 fix -d -c changelist# jobs...' to delete pending fixes. The changelist can be deleted only by the user and client who created it, or by a user with 'admin' privilege using the -f flag.
Output2 The -o flag writes the changelist specification to the standard output. The user's editor is not invoked.
Input4 The -i flag reads a changelist specification from the standard input. The user's editor is not invoked.
OwnerAccess8 The -a flag enables a user without 'super' access to modify the group if that user is an 'owner' of that group. Group owners are specified in the 'Owners' field of the group spec.
AdminAdd16 The -A flag enables a user with 'admin' access to add a new group. Existing groups may not be modified when this flag is used.
See Also