Click or drag to resize

ClientCopyFiles Method (FileSpec, IListFileSpec, Options)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public IList<FileSpec> CopyFiles(
	FileSpec fromFile,
	IList<FileSpec> toFiles,
	Options options
)

Parameters

fromFile
Type: Perforce.P4FileSpec
toFiles
Type: System.Collections.GenericIListFileSpec
options
Type: Perforce.P4Options

Return Value

Type: IListFileSpec
See Also