ClientAddFiles Method (IListFileSpec, Options)
|
Get a List of FileSpecs from adding files with options
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<FileSpec> AddFiles(
IList<FileSpec> toFiles,
Options options
)
Public Function AddFiles (
toFiles As IList(Of FileSpec),
options As Options
) As IList(Of FileSpec)
public:
IList<FileSpec^>^ AddFiles(
IList<FileSpec^>^ toFiles,
Options^ options
)
member AddFiles :
toFiles : IList<FileSpec> *
options : Options -> IList<FileSpec>
Parameters
- toFiles
- Type: System.Collections.GenericIListFileSpec
List of FileSpecs of files to add - options
- Type: Perforce.P4Options
Options for the add command
Return Value
Type:
IListFileSpec
See Also