Click or drag to resize

ClientReopenFiles Method (IListFileSpec, Options)

Reopen Files - Change their type or move to another change

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

Parameters

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

Return Value

Type: IListFileSpec
List of reopened files
See Also