Initializes a new instance of the Depot class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public Depot( string id, DepotType type, DateTime modified, ServerAddress address, string owner, string description, string suffix, string map, FormSpec spec ) |
Visual Basic |
---|
Public Sub New ( _ id As String, _ type As DepotType, _ modified As DateTime, _ address As ServerAddress, _ owner As String, _ description As String, _ suffix As String, _ map As String, _ spec As FormSpec _ ) |
Visual C++ |
---|
public: Depot( String^ id, DepotType type, DateTime modified, ServerAddress^ address, String^ owner, String^ description, String^ suffix, String^ map, FormSpec^ spec ) |
Parameters
- id
- Type: System..::..String
- type
- Type: Perforce.P4..::..DepotType
- modified
- Type: System..::..DateTime
- address
- Type: Perforce.P4..::..ServerAddress
- owner
- Type: System..::..String
- description
- Type: System..::..String
- suffix
- Type: System..::..String
- map
- Type: System..::..String
- spec
- Type: Perforce.P4..::..FormSpec