Initializes a new instance of the Depot class

Namespace: Perforce.P4
Assembly: 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
)

See Also