Click or drag to resize

StreamMetaData Constructor (DepotPath, DepotPath, StreamType, StreamType, Boolean, Boolean, Boolean, Boolean, StreamMetaDataIntegAction, String, Boolean, StreamMetaDataIntegAction, String)

Initializes a new instance of the StreamMetaData class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public StreamMetaData(
	DepotPath stream,
	DepotPath parent,
	StreamType type,
	StreamType parenttype,
	bool firmerthanParent,
	bool changeflowstoparent,
	bool changeflowsfromparent,
	bool integtoparent,
	StreamMetaDataIntegAction integtoparenthow,
	string toresult,
	bool integfromparent,
	StreamMetaDataIntegAction integfromparenthow,
	string fromresult
)

Parameters

stream
Type: Perforce.P4DepotPath
parent
Type: Perforce.P4DepotPath
type
Type: Perforce.P4StreamType
parenttype
Type: Perforce.P4StreamType
firmerthanParent
Type: SystemBoolean
changeflowstoparent
Type: SystemBoolean
changeflowsfromparent
Type: SystemBoolean
integtoparent
Type: SystemBoolean
integtoparenthow
Type: Perforce.P4StreamMetaDataIntegAction
toresult
Type: SystemString
integfromparent
Type: SystemBoolean
integfromparenthow
Type: Perforce.P4StreamMetaDataIntegAction
fromresult
Type: SystemString
See Also