Create a FormSpec from the tagged output of the 'spec' command

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static FormSpec FromSpecCmdTaggedOutput(
	TaggedObject obj
)
Visual Basic
Public Shared Function FromSpecCmdTaggedOutput ( _
	obj As TaggedObject _
) As FormSpec
Visual C++
public:
static FormSpec^ FromSpecCmdTaggedOutput(
	TaggedObject^ obj
)

Parameters

obj
Type: Perforce.P4..::..TaggedObject
Tagged object returned by the 'spec' command

Return Value

See Also