TypeMapEntry Constructor (FileType, String)
|
Constructor for a line in the typemap
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic TypeMapEntry(
FileType filetype,
string path
)
Public Sub New (
filetype As FileType,
path As String
)
public:
TypeMapEntry(
FileType^ filetype,
String^ path
)
new :
filetype : FileType *
path : string -> TypeMapEntry
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