Initializes a new instance of the FileSpec class

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

Syntax

C#
public FileSpec(
	DepotPath dp,
	ClientPath cp,
	LocalPath lp,
	VersionSpec version
)
Visual Basic
Public Sub New ( _
	dp As DepotPath, _
	cp As ClientPath, _
	lp As LocalPath, _
	version As VersionSpec _
)
Visual C++
public:
FileSpec(
	DepotPath^ dp, 
	ClientPath^ cp, 
	LocalPath^ lp, 
	VersionSpec^ version
)

See Also