Click or drag to resize

StreamCmdFlags Enumeration

Flags for the stream command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum StreamCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Delete1 The -d flag deletes the specified stream (unless the stream is referenced by child streams or stream clients).
Output2 The -o flag writes the stream specification to the standard output. The user's editor is not invoked.
View4 The -v may be used with -o to expose the automatically generated client view for this stream.
Input8 The -i flag reads a stream specification from the standard input. The user's editor is not invoked.
Force16 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