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

Fill in the fields for the changelist using the tagged output of a "change' command

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

Syntax

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

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
The tagged output of a "change' command

See Also