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