Click or drag to resize

TypeMapEntry Constructor (FileType, String, String)

Initializes a new instance of the TypeMapEntry class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.1.261.8274
Syntax
public TypeMapEntry(
	FileType filetype,
	string path,
	string comment
)

Parameters

filetype
Type: Perforce.P4FileType
path
Type: SystemString
comment
Type: SystemString
See Also