Initializes a new instance of the File class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public File( DepotPath depotPath, ClientPath clientPath, Revision rev, Revision haveRev, int change, FileAction action, FileType type, DateTime submittime, string user, string client ) |
Visual Basic |
---|
Public Sub New ( _ depotPath As DepotPath, _ clientPath As ClientPath, _ rev As Revision, _ haveRev As Revision, _ change As Integer, _ action As FileAction, _ type As FileType, _ submittime As DateTime, _ user As String, _ client As String _ ) |
Visual C++ |
---|
public: File( DepotPath^ depotPath, ClientPath^ clientPath, Revision^ rev, Revision^ haveRev, int change, FileAction action, FileType^ type, DateTime submittime, String^ user, String^ client ) |
Parameters
- depotPath
- Type: Perforce.P4..::..DepotPath
- clientPath
- Type: Perforce.P4..::..ClientPath
- rev
- Type: Perforce.P4..::..Revision
- haveRev
- Type: Perforce.P4..::..Revision
- change
- Type: System..::..Int32
- action
- Type: Perforce.P4..::..FileAction
- type
- Type: Perforce.P4..::..FileType
- submittime
- Type: System..::..DateTime
- user
- Type: System..::..String
- client
- Type: System..::..String