Read the fields from the tagged output of a branches command

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

Syntax

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

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'branches' command
offset
Type: System..::..String
Offset within array
dst_mismatch
Type: System..::..Boolean
Daylight savings time for conversions

See Also