Initializes a new instance of the Stream class

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
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
)
Visual Basic
Public Sub New ( _
	id As String, _
	updated As DateTime, _
	accessed As DateTime, _
	ownername As String, _
	name As String, _
	parent As PathSpec, _
	baseparent As PathSpec, _
	type As StreamType, _
	description As String, _
	options As StreamOption, _
	firmerthanparent As String, _
	changeflowstoparent As String, _
	changeflowsfromparent As String, _
	paths As ViewMap, _
	remapped As ViewMap, _
	ignored As ViewMap, _
	view As ViewMap, _
	spec As FormSpec _
)
Visual C++
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: System..::..String
updated
Type: System..::..DateTime
accessed
Type: System..::..DateTime
ownername
Type: System..::..String
name
Type: System..::..String
parent
Type: Perforce.P4..::..PathSpec
baseparent
Type: Perforce.P4..::..PathSpec
type
Type: Perforce.P4..::..StreamType
description
Type: System..::..String
options
Type: Perforce.P4..::..StreamOption
firmerthanparent
Type: System..::..String
changeflowstoparent
Type: System..::..String
changeflowsfromparent
Type: System..::..String
paths
Type: Perforce.P4..::..ViewMap
remapped
Type: Perforce.P4..::..ViewMap
ignored
Type: Perforce.P4..::..ViewMap
view
Type: Perforce.P4..::..ViewMap
spec
Type: Perforce.P4..::..FormSpec

See Also