ClientGetSyncedFiles Method (IListFileSpec, Options)
|
List files and revisions we have in workspace
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<FileSpec> GetSyncedFiles(
IList<FileSpec> toFiles,
Options options
)
Public Function GetSyncedFiles (
toFiles As IList(Of FileSpec),
options As Options
) As IList(Of FileSpec)
public:
IList<FileSpec^>^ GetSyncedFiles(
IList<FileSpec^>^ toFiles,
Options^ options
)
member GetSyncedFiles :
toFiles : IList<FileSpec> *
options : Options -> IList<FileSpec>
Parameters
- toFiles
- Type: System.Collections.GenericIListFileSpec
List of files to check - options
- Type: Perforce.P4Options
options to the command
Return Value
Type:
IListFileSpecList of files we have
See Also