[This is preliminary documentation and is subject to change.]
Defines the expected flow of change between a stream and its parent.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
[FlagsAttribute] public enum StreamType |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration StreamType |
Visual C++ |
---|
[FlagsAttribute] public enum class StreamType |
Members
Member name | Value | Description | |
---|---|---|---|
Development | 0 | Development: Default. Direction of flow is to parent stream with copy and from parent stream with merge. | |
Mainline | 1 | Mainline: May not have a parent. | |
Release | 2 | Release: Direction of flow is to parent with merge and from parent with copy. | |
Virtual | 4 | Virtual: Not a stream but an alternative view of its parent stream. |