Flags to configure stream behavior.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum StreamOption
<FlagsAttribute>
Public Enumeration StreamOption
[FlagsAttribute]
public enum class StreamOption
[<FlagsAttribute>]
type StreamOption
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| OwnerSubmit | 1 |
Indicates whether all users or only the
of the stream may submit changes to the
stream path.
|
| Locked | 2 |
Indicates whether the stream spec is locked
against modifications. If locked, the spec
may not be deleted, and only its owner may
modify it.
|
| NoToParent | 4 |
Indicates whether integration from the
stream to its parent is expected to occur.
|
| NoFromParent | 8 |
Indicates whether integration to the stream
from its parent is expected to occur.
|
| MergeAny | 16 |
Indicates whether integration to the stream
from its parent is expected to occur.
|
See Also