Click or drag to resize

ProtectionEntry Constructor

Initializes a new instance of the ProtectionEntry class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public ProtectionEntry(
	ProtectionMode mode,
	EntryType type,
	string name,
	string host,
	string path,
	bool unmap
)

Parameters

mode
Type: Perforce.P4ProtectionMode
type
Type: Perforce.P4EntryType
name
Type: SystemString
host
Type: SystemString
path
Type: SystemString
unmap
Type: SystemBoolean
See Also