Click or drag to resize

ChangelistFromChangeCmdTaggedOutput Method (TaggedObject, Boolean, String, Boolean)

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: 2023.2.255.3501
Syntax
public void FromChangeCmdTaggedOutput(
	TaggedObject objectInfo,
	bool GetShelved,
	string offset,
	bool dst_mismatch
)

Parameters

objectInfo
Type: Perforce.P4TaggedObject
The tagged output of a "change' command
GetShelved
Type: SystemBoolean
Access shelved files or not
offset
Type: SystemString
Offset within array
dst_mismatch
Type: SystemBoolean
Daylight savings time for conversions
See Also