Click or drag to resize

ClientDeleteFiles Method (IListFileSpec, Options)

Delete Files

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

Parameters

toFiles
Type: System.Collections.GenericIListFileSpec
Files to delete
options
Type: Perforce.P4Options
Options to the command

Return Value

Type: IListFileSpec
List of Files deleted
See Also