[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,
	bool GetShelved
)
Visual Basic
Public Sub FromChangeCmdTaggedOutput ( _
	objectInfo As TaggedObject, _
	GetShelved As Boolean _
)
Visual C++
public:
void FromChangeCmdTaggedOutput(
	TaggedObject^ objectInfo, 
	bool GetShelved
)

Parameters

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

See Also