[This is preliminary documentation and is subject to change.]
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public List<FileSpec> GetSyncedFiles( Options options, params FileSpec[] files ) |
Visual Basic |
---|
Public Function GetSyncedFiles ( _ options As Options, _ ParamArray files As FileSpec() _ ) As List(Of FileSpec) |
Visual C++ |
---|
public: List<FileSpec^>^ GetSyncedFiles( Options^ options, ... array<FileSpec^>^ files ) |
Return Value
Remarks
p4 help have
have -- List the revisions most recently synced to the current workspace
p4 have [file ...]
List revision numbers of the currently-synced files. If file name is
omitted, list all files synced to this client workspace.
The format is: depot-file#revision - client-file