Click or drag to resize

ClientLockFiles Method (IListFileSpec, Options)

Lock files

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

Parameters

files
Type: System.Collections.GenericIListFileSpec
List of files to lock
options
Type: Perforce.P4Options
command options

Return Value

Type: IListFileSpec
files which were locked
See Also