[This is preliminary documentation and is subject to change.]

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

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

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