LabelFromLabelsCmdTaggedOutput Method
|
Read the fields from the tagged output of a labels command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void FromLabelsCmdTaggedOutput(
TaggedObject objectInfo,
string offset,
bool dst_mismatch
)
Public Sub FromLabelsCmdTaggedOutput (
objectInfo As TaggedObject,
offset As String,
dst_mismatch As Boolean
)
public:
void FromLabelsCmdTaggedOutput(
TaggedObject^ objectInfo,
String^ offset,
bool dst_mismatch
)
member FromLabelsCmdTaggedOutput :
objectInfo : TaggedObject *
offset : string *
dst_mismatch : bool -> unit
Parameters
- objectInfo
- Type: Perforce.P4TaggedObject
Tagged output from the 'labels' command - offset
- Type: SystemString
Date handling - dst_mismatch
- Type: SystemBoolean
DST
See Also