Click or drag to resize

TypeMapEntry Constructor (FileType, String)

Constructor for a line in the typemap

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

Parameters

filetype
Type: Perforce.P4FileType
file type of files specified by path
path
Type: SystemString
path to files which are of type filetype
See Also