Click or drag to resize

Stream Constructor (String, DateTime, DateTime, String, String, PathSpec, PathSpec, StreamType, String, StreamOption, String, String, String, ViewMap, ViewMap, ViewMap, ViewMap, FormSpec)

Note: This API is now obsolete.

A stream specification in a Perforce repository.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[ObsoleteAttribute("Use Stream(string id, DateTime updated, DateTime accessed, string ownername, string name, PathSpec parent, PathSpec baseparent, StreamType type, string description, StreamOption options, string firmerthanparent, string changeflowstoparent, string changeflowsfromparent, ViewMap paths, ViewMap remapped, ViewMap ignored, ViewMap view, ViewMap changeview, FormSpec spec, Dictionary<string, object> customfields)", 
	false)]
public Stream(
	string id,
	DateTime updated,
	DateTime accessed,
	string ownername,
	string name,
	PathSpec parent,
	PathSpec baseparent,
	StreamType type,
	string description,
	StreamOption options,
	string firmerthanparent,
	string changeflowstoparent,
	string changeflowsfromparent,
	ViewMap paths,
	ViewMap remapped,
	ViewMap ignored,
	ViewMap view,
	FormSpec spec
)

Parameters

id
Type: SystemString
updated
Type: SystemDateTime
accessed
Type: SystemDateTime
ownername
Type: SystemString
name
Type: SystemString
parent
Type: Perforce.P4PathSpec
baseparent
Type: Perforce.P4PathSpec
type
Type: Perforce.P4StreamType
description
Type: SystemString
options
Type: Perforce.P4StreamOption
firmerthanparent
Type: SystemString
changeflowstoparent
Type: SystemString
changeflowsfromparent
Type: SystemString
paths
Type: Perforce.P4ViewMap
remapped
Type: Perforce.P4ViewMap
ignored
Type: Perforce.P4ViewMap
view
Type: Perforce.P4ViewMap
spec
Type: Perforce.P4FormSpec
See Also