LabelFromLabelCmdTaggedOutput Method
|
Read the fields from the tagged output of a label command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void FromLabelCmdTaggedOutput(
TaggedObject objectInfo
)
Public Sub FromLabelCmdTaggedOutput (
objectInfo As TaggedObject
)
public:
void FromLabelCmdTaggedOutput(
TaggedObject^ objectInfo
)
member FromLabelCmdTaggedOutput :
objectInfo : TaggedObject -> unit
Parameters
- objectInfo
- Type: Perforce.P4TaggedObject
Tagged output from the 'label' command
See Also