Click or drag to resize

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: 2023.2.258.5793
Syntax
public Depot(
	string id,
	DepotType type,
	DateTime modified,
	ServerAddress address,
	string owner,
	string description,
	string suffix,
	string map,
	string streamdepth,
	FormSpec spec
)

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