A generic list of command options and values.
Options for the resolve command
Options for the stream command
Options for the streams command
Options for the istat command
Options for the branch command
Options for the branches command
Options for the label command
Options for the labels command
Options for the labels command
Options for the diff2 command
Options for GetOpenedFiles
Options for the fstat command
Options for the files command
Options for the dirs command
Options for the print command
Options for the filelog command
Options for the annotate command
Options for the fixes command
Options for the grep command
Options for the integrated command
Options for the protects command
Options for the reviews command
Options for the triggers command
Options for the typemap command
Options for the protect command
Options for the counter command

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public class Options : Dictionary<string, string>
Visual Basic
Public Class Options _
	Inherits Dictionary(Of String, String)
Visual C++
public ref class Options : public Dictionary<String^, String^>

Remarks


p4 help files

files -- List files in the depot

p4 files [ -a ] [ -A ] [ -e ] [ -m max ] file[revRange] ...
p4 files -U unloadfile ...

List details about specified files: depot file name, revision,
file, type, change action and changelist number of the current
head revision. If client syntax is used to specify the file
argument, the client view mapping is used to determine the
corresponding depot files.

By default, the head revision is listed. If the file argument
specifies a revision, then all files at that revision are listed.
If the file argument specifies a revision range, the highest revision
in the range is used for each file. For details about specifying
revisions, see 'p4 help revisions'.

The -a flag displays all revisions within the specific range, rather
than just the highest revision in the range.

The -A flag displays files in archive depots.

The -e flag displays files with an action of anything other than
deleted, purged or archived. Typically this revision is always
available to sync or integrate from.

The -m flag limits files to the first 'max' number of files.

The -U option displays files in the unload depot (see 'p4 help unload'
for more information about the unload depot).

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
    Perforce.P4..::..Options
      Perforce.P4..::..AddFilesCmdOptions
      Perforce.P4..::..BranchCmdOptions
      Perforce.P4..::..BranchesCmdOptions
      Perforce.P4..::..ChangeCmdOptions
      Perforce.P4..::..ChangesCmdOptions
      Perforce.P4..::..ClientCmdOptions
      Perforce.P4..::..ClientsCmdOptions
      Perforce.P4..::..CopyFilesCmdOptions
      Perforce.P4..::..CoutnerCmdOptions
      Perforce.P4..::..DeleteFilesCmdOptions
      Perforce.P4..::..DepotCmdOptions
      Perforce.P4..::..DescribeCmdOptions
      Perforce.P4..::..EditCmdOptions
      Perforce.P4..::..FilelogCmdOptions
      Perforce.P4..::..FilesCmdOptions
      Perforce.P4..::..FixJobsCmdOptions
      Perforce.P4..::..GetDepotDirsCmdOptions
      Perforce.P4..::..GetDepotFileDiffsCmdOptions
      Perforce.P4..::..GetDepotFilesCmdOptions
      Perforce.P4..::..GetFileAnnotationsCmdOptions
      Perforce.P4..::..GetFileContentsCmdOptions
      Perforce.P4..::..GetFileHistoryCmdOptions
      Perforce.P4..::..GetFileLineMatchesCmdOptions
      Perforce.P4..::..GetFileMetaDataCmdOptions
      Perforce.P4..::..GetFixesCmdOptions
      Perforce.P4..::..GetOpenedFilesOptions
      Perforce.P4..::..GetProtectionEntriesCmdOptions
      Perforce.P4..::..GetProtectionTableCmdOptions
      Perforce.P4..::..GetReviewersCmdOptions
      Perforce.P4..::..GetStreamMetaDataCmdOptions
      Perforce.P4..::..GetSubmittedIntegrationsCmdOptions
      Perforce.P4..::..GetTriggerTableCmdOptions
      Perforce.P4..::..GetTypeMapCmdOptions
      Perforce.P4..::..GroupCmdOptions
      Perforce.P4..::..GroupsCmdOptions
      Perforce.P4..::..InfoCmdOptions
      Perforce.P4..::..IntegrateFilesCmdOptions
      Perforce.P4..::..JobCmdOptions
      Perforce.P4..::..JobsCmdOptions
      Perforce.P4..::..LabelCmdOptions
      Perforce.P4..::..LabelsCmdOptions
      Perforce.P4..::..LabelSyncCmdOptions
      Perforce.P4..::..LockCmdOptions
      Perforce.P4..::..LoginCmdOptions
      Perforce.P4..::..LogoutCmdOptions
      Perforce.P4..::..MergeFilesCmdOptions
      Perforce.P4..::..MoveCmdOptions
      Perforce.P4..::..ReopenCmdOptions
      Perforce.P4..::..ResolveCmdOptions
      Perforce.P4..::..ResolvedCmdOptions
      Perforce.P4..::..RevertCmdOptions
      Perforce.P4..::..ShelveFilesCmdOptions
      Perforce.P4..::..StreamCmdOptions
      Perforce.P4..::..StreamsCmdOptions
      Perforce.P4..::..SubmitCmdOptions
      Perforce.P4..::..SyncFilesCmdOptions
      Perforce.P4..::..TagCmdOptions
      Perforce.P4..::..TrustCmdOptions
      Perforce.P4..::..UnlockFilesCmdOptions
      Perforce.P4..::..UnshelveFilesCmdOptions
      Perforce.P4..::..UserCmdOptions
      Perforce.P4..::..UsersCmdOptions

See Also