BranchSpecFromBranchSpecsCmdTaggedOutput Method
|
Read the fields from the tagged output of a branches command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void FromBranchSpecsCmdTaggedOutput(
TaggedObject objectInfo,
string offset,
bool dst_mismatch
)
Public Sub FromBranchSpecsCmdTaggedOutput (
objectInfo As TaggedObject,
offset As String,
dst_mismatch As Boolean
)
public:
void FromBranchSpecsCmdTaggedOutput(
TaggedObject^ objectInfo,
String^ offset,
bool dst_mismatch
)
member FromBranchSpecsCmdTaggedOutput :
objectInfo : TaggedObject *
offset : string *
dst_mismatch : bool -> unit
Parameters
- objectInfo
- Type: Perforce.P4TaggedObject
Tagged output from the 'branches' command - offset
- Type: SystemString
Offset within array - dst_mismatch
- Type: SystemBoolean
Daylight savings time for conversions
See Also