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