[This is preliminary documentation and is subject to change.]

Read the fields from the tagged output of a user command

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

Syntax

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

Parameters

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

See Also