ClientMergeFiles Method (FileSpec, IListFileSpec, Options)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<FileSpec> MergeFiles(
FileSpec fromFile,
IList<FileSpec> toFiles,
Options options
)
Public Function MergeFiles (
fromFile As FileSpec,
toFiles As IList(Of FileSpec),
options As Options
) As IList(Of FileSpec)
public:
IList<FileSpec^>^ MergeFiles(
FileSpec^ fromFile,
IList<FileSpec^>^ toFiles,
Options^ options
)
member MergeFiles :
fromFile : FileSpec *
toFiles : IList<FileSpec> *
options : Options -> IList<FileSpec>
Parameters
- fromFile
- Type: Perforce.P4FileSpec
- toFiles
- Type: System.Collections.GenericIListFileSpec
- options
- Type: Perforce.P4Options
Return Value
Type:
IListFileSpec
See Also