Read the fields from the tagged output of a branch command

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

Syntax

C#
public void FromBranchSpecCmdTaggedOutput(
	TaggedObject objectInfo
)
Visual Basic
Public Sub FromBranchSpecCmdTaggedOutput ( _
	objectInfo As TaggedObject _
)
Visual C++
public:
void FromBranchSpecCmdTaggedOutput(
	TaggedObject^ objectInfo
)

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'branch' command

See Also