Depot Constructor (String, DepotType, DateTime, ServerAddress, String, String, String, String, String, FormSpec)
|
Detailed constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Depot(
string id,
DepotType type,
DateTime modified,
ServerAddress address,
string owner,
string description,
string suffix,
string map,
string streamdepth,
FormSpec spec
)
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,
streamdepth As String,
spec As FormSpec
)
public:
Depot(
String^ id,
DepotType type,
DateTime modified,
ServerAddress^ address,
String^ owner,
String^ description,
String^ suffix,
String^ map,
String^ streamdepth,
FormSpec^ spec
)
new :
id : string *
type : DepotType *
modified : DateTime *
address : ServerAddress *
owner : string *
description : string *
suffix : string *
map : string *
streamdepth : string *
spec : FormSpec -> Depot
Parameters
- id
- Type: SystemString
depot name - type
- Type: Perforce.P4DepotType
depot type - modified
- Type: SystemDateTime
modified DateTime - address
- Type: Perforce.P4ServerAddress
server address - owner
- Type: SystemString
string owner - description
- Type: SystemString
description of depot - suffix
- Type: SystemString
suffix field - map
- Type: SystemString
map field - streamdepth
- Type: SystemString
stream depth - spec
- Type: Perforce.P4FormSpec
FormSpec
See Also