FormSpecFromSpecCmdTaggedOutput Method
|
Create a FormSpec from the tagged output of the 'spec' command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic static FormSpec FromSpecCmdTaggedOutput(
TaggedObject obj
)
Public Shared Function FromSpecCmdTaggedOutput (
obj As TaggedObject
) As FormSpec
public:
static FormSpec^ FromSpecCmdTaggedOutput(
TaggedObject^ obj
)
static member FromSpecCmdTaggedOutput :
obj : TaggedObject -> FormSpec
Parameters
- obj
- Type: Perforce.P4TaggedObject
Tagged object returned by the 'spec' command
Return Value
Type:
FormSpec
See Also