StreamCmdFlags Enumeration
|
Flags for the stream command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum StreamCmdFlags
<FlagsAttribute>
Public Enumeration StreamCmdFlags
[FlagsAttribute]
public enum class StreamCmdFlags
[<FlagsAttribute>]
type StreamCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Delete | 1 |
The -d flag deletes the specified stream (unless the stream is
referenced by child streams or stream clients).
|
| Output | 2 |
The -o flag writes the stream specification to the standard output.
The user's editor is not invoked.
|
| View | 4 |
The -v may be used with -o to expose the automatically generated
client view for this stream.
|
| Input | 8 |
The -i flag reads a stream specification from the standard input.
The user's editor is not invoked.
|
| Force | 16 |
The -f flag allows a user other than the owner to modify or delete
a locked stream. It requires 'admin' access granted by 'p4 protect'.
|
See Also