Read the fields from the tagged output of a 'streams' command

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

Syntax

C#
public void FromStreamsCmdTaggedOutput(
	TaggedObject objectInfo,
	string offset,
	bool dst_mismatch
)
Visual Basic
Public Sub FromStreamsCmdTaggedOutput ( _
	objectInfo As TaggedObject, _
	offset As String, _
	dst_mismatch As Boolean _
)
Visual C++
public:
void FromStreamsCmdTaggedOutput(
	TaggedObject^ objectInfo, 
	String^ offset, 
	bool dst_mismatch
)

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'streams' command
offset
Type: System..::..String
dst_mismatch
Type: System..::..Boolean

See Also