Given a Tagged object from the server, instantiate this File from the object

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

Syntax

C#
public void ParseFilesCmdTaggedData(
	TaggedObject obj
)
Visual Basic
Public Sub ParseFilesCmdTaggedData ( _
	obj As TaggedObject _
)
Visual C++
public:
void ParseFilesCmdTaggedData(
	TaggedObject^ obj
)

Parameters

obj
Type: Perforce.P4..::..TaggedObject
Tagged Object to Parse

See Also