Read the fields from the tagged output of a group command

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

Syntax

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

Parameters

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

See Also