Detailed constructor

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public Depot(
	string id,
	DepotType type,
	DateTime modified,
	ServerAddress address,
	string owner,
	string description,
	string suffix,
	string map,
	string streamdepth,
	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, _
	streamdepth 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, 
	String^ streamdepth, 
	FormSpec^ spec
)

Parameters

id
Type: System..::..String
depot name
type
Type: Perforce.P4..::..DepotType
depot type
modified
Type: System..::..DateTime
modified DateTime
address
Type: Perforce.P4..::..ServerAddress
server address
owner
Type: System..::..String
string owner
description
Type: System..::..String
description of depot
suffix
Type: System..::..String
suffix field
map
Type: System..::..String
map field
streamdepth
Type: System..::..String
stream depth
spec
Type: Perforce.P4..::..FormSpec
FormSpec

See Also