Initializes a new instance of the ProtectionEntry class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public ProtectionEntry( ProtectionMode mode, EntryType type, string name, string host, string path ) |
Visual Basic |
---|
Public Sub New ( _ mode As ProtectionMode, _ type As EntryType, _ name As String, _ host As String, _ path As String _ ) |
Visual C++ |
---|
public: ProtectionEntry( ProtectionMode mode, EntryType type, String^ name, String^ host, String^ path ) |
Parameters
- mode
- Type: Perforce.P4..::..ProtectionMode
- type
- Type: Perforce.P4..::..EntryType
- name
- Type: System..::..String
- host
- Type: System..::..String
- path
- Type: System..::..String