Flags to configure stream ParentView.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax[FlagsAttribute]
public enum ParentView
<FlagsAttribute>
Public Enumeration ParentView
[FlagsAttribute]
public enum class ParentView
[<FlagsAttribute>]
type ParentView
Members
| Member name | Value | Description |
---|
| None | 0 |
Unset read default from server.
|
| Inherit | 1 |
If a ParentView is inherit, the Paths, Remapped, and Ignored
fields will be affected. The view created from each field is
composed of the stream's fields and the set of fields
"inherited" from each of the stream's ancestors. The
inheritance is implicit, so the inherited Paths, Remapped,
and Ignored values will not be displayed with the current
stream specification.
|
| NoInherit | 2 |
If a ParentView is noinherit, the Paths, Remapped, and
Ignored fields are not affected by the stream's ancestors.
The child views are exactly what is specified in the Paths,
Remapped, and Ignored fields.
|
See Also