Flags for the stream command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum StreamCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration StreamCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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'. |