ClientGetClientFileMappings Method (IListFileSpec)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<FileSpec> GetClientFileMappings(
IList<FileSpec> Files
)
Public Function GetClientFileMappings (
Files As IList(Of FileSpec)
) As IList(Of FileSpec)
public:
IList<FileSpec^>^ GetClientFileMappings(
IList<FileSpec^>^ Files
)
member GetClientFileMappings :
Files : IList<FileSpec> -> IList<FileSpec>
Parameters
- Files
- Type: System.Collections.GenericIListFileSpec
Return Value
Type:
IListFileSpec
See Also