Click or drag to resize

ClientEditFiles Method (IListFileSpec, Options)

Edit Files

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

Parameters

toFiles
Type: System.Collections.GenericIListFileSpec
List of Files to Edit
options
Type: Perforce.P4Options
Options to Edit command

Return Value

Type: IListFileSpec
List of edited files
See Also