Click or drag to resize

ClientFromClientsCmdTaggedOutput Method

Parse the tagged output of a 'clients' command

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

Parameters

workspaceInfo
Type: Perforce.P4TaggedObject
taggedobject
offset
Type: SystemString
offset within array
dst_mismatch
Type: SystemBoolean
Daylight savings for converting dates
See Also