Click or drag to resize

ClientSyncFiles Method (IListFileSpec, Options)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public IList<FileSpec> SyncFiles(
	IList<FileSpec> Files,
	Options options
)

Parameters

Files
Type: System.Collections.GenericIListFileSpec
options
Type: Perforce.P4Options

Return Value

Type: IListFileSpec
See Also