Constructor given path and version

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

Syntax

C#
public FileSpec(
	PathSpec path,
	VersionSpec version
)
Visual Basic
Public Sub New ( _
	path As PathSpec, _
	version As VersionSpec _
)
Visual C++
public:
FileSpec(
	PathSpec^ path, 
	VersionSpec^ version
)

Parameters

path
Type: Perforce.P4..::..PathSpec
location of the file
version
Type: Perforce.P4..::..VersionSpec
version of the file

See Also