Initializes a new instance of the FileSpec class
Namespace: Perforce.P4Assembly: 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 ) |
Parameters
- dp
- Type: Perforce.P4..::..DepotPath
- cp
- Type: Perforce.P4..::..ClientPath
- lp
- Type: Perforce.P4..::..LocalPath
- version
- Type: Perforce.P4..::..VersionSpec