Click or drag to resize

ClientGetSyncedFiles Method (IListFileSpec, Options)

List files and revisions we have in workspace

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

Parameters

toFiles
Type: System.Collections.GenericIListFileSpec
List of files to check
options
Type: Perforce.P4Options
options to the command

Return Value

Type: IListFileSpec
List of files we have
See Also