Initializes a new instance of the StreamMetaData class

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

Syntax

C#
public StreamMetaData(
	DepotPath stream,
	DepotPath parent,
	StreamType type,
	StreamType parenttype,
	bool firmerthanParent,
	bool changeflowstoparent,
	bool changeflowsfromparent,
	bool integtoparent,
	StreamMetaData..::..IntegAction integtoparenthow,
	string toresult,
	bool integfromparent,
	StreamMetaData..::..IntegAction integfromparenthow,
	string fromresult
)
Visual Basic
Public Sub New ( _
	stream As DepotPath, _
	parent As DepotPath, _
	type As StreamType, _
	parenttype As StreamType, _
	firmerthanParent As Boolean, _
	changeflowstoparent As Boolean, _
	changeflowsfromparent As Boolean, _
	integtoparent As Boolean, _
	integtoparenthow As StreamMetaData..::..IntegAction, _
	toresult As String, _
	integfromparent As Boolean, _
	integfromparenthow As StreamMetaData..::..IntegAction, _
	fromresult As String _
)
Visual C++
public:
StreamMetaData(
	DepotPath^ stream, 
	DepotPath^ parent, 
	StreamType type, 
	StreamType parenttype, 
	bool firmerthanParent, 
	bool changeflowstoparent, 
	bool changeflowsfromparent, 
	bool integtoparent, 
	StreamMetaData..::..IntegAction integtoparenthow, 
	String^ toresult, 
	bool integfromparent, 
	StreamMetaData..::..IntegAction integfromparenthow, 
	String^ fromresult
)

Parameters

stream
Type: Perforce.P4..::..DepotPath
parent
Type: Perforce.P4..::..DepotPath
type
Type: Perforce.P4..::..StreamType
parenttype
Type: Perforce.P4..::..StreamType
firmerthanParent
Type: System..::..Boolean
changeflowstoparent
Type: System..::..Boolean
changeflowsfromparent
Type: System..::..Boolean
integtoparent
Type: System..::..Boolean
integtoparenthow
Type: Perforce.P4..::..StreamMetaData..::..IntegAction
toresult
Type: System..::..String
integfromparent
Type: System..::..Boolean
integfromparenthow
Type: Perforce.P4..::..StreamMetaData..::..IntegAction
fromresult
Type: System..::..String

See Also