Click or drag to resize

StreamOption Enumeration

Flags to configure stream behavior.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum StreamOption
Members
  Member nameValueDescription
None0 No flags.
OwnerSubmit1 Indicates whether all users or only the of the stream may submit changes to the stream path.
Locked2 Indicates whether the stream spec is locked against modifications. If locked, the spec may not be deleted, and only its owner may modify it.
NoToParent4 Indicates whether integration from the stream to its parent is expected to occur.
NoFromParent8 Indicates whether integration to the stream from its parent is expected to occur.
MergeAny16 Indicates whether integration to the stream from its parent is expected to occur.
See Also