Initializes a new instance of the DepotPath class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
Syntax
C# |
---|
public DepotPath( string path ) |
Visual Basic |
---|
Public Sub New ( _ path As String _ ) |
Visual C++ |
---|
public: DepotPath( String^ path ) |
Parameters
- path
- Type: System..::..String