Click or drag to resize

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: 2023.2.258.5793
Syntax
public IList<FileSpec> AddFiles(
	IList<FileSpec> toFiles,
	Options options
)

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