Click or drag to resize

UserFromUserCmdTaggedOutput Method

Read the fields from the tagged output of a user command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void FromUserCmdTaggedOutput(
	TaggedObject objectInfo,
	string offset,
	bool dst_mismatch
)

Parameters

objectInfo
Type: Perforce.P4TaggedObject
Tagged output from the 'user' command
offset
Type: SystemString
Date processing
dst_mismatch
Type: SystemBoolean
DST for date
See Also