DepotCmdFlags Enumeration
|
Flags for the depot command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum DepotCmdFlags
<FlagsAttribute>
Public Enumeration DepotCmdFlags
[FlagsAttribute]
public enum class DepotCmdFlags
[<FlagsAttribute>]
type DepotCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Delete | 1 |
The -d flag deletes the specified depot. If any files reside in
the depot, they must be removed with 'p4 obliterate' before
deleting the depot.
|
| Output | 2 |
The -o flag writes the depot specification to the standard output.
The user's editor is not invoked.
|
| Input | 4 |
The -i flag reads a depot specification from the standard input.
The user's editor is not invoked.
|
See Also