BranchSpecCmdFlags Enumeration
|
Flags for the branch command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum BranchSpecCmdFlags
<FlagsAttribute>
Public Enumeration BranchSpecCmdFlags
[FlagsAttribute]
public enum class BranchSpecCmdFlags
[<FlagsAttribute>]
type BranchSpecCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Delete | 1 |
The -d flag deletes the named branch spec.
|
| Output | 2 |
The -o flag writes the branch spec to standard output.
The user's editor is not invoked.
|
| Input | 4 |
The -i flag reads a branch specification from the standard input.
The user's editor is not invoked.
|
| Force | 8 |
The -f flag enables a user with 'admin' privilege to delete the
spec or set the 'last modified' date. By default, specs can be
deleted only by their owner.
|
See Also