[This is preliminary documentation and is subject to change.]

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 branch command
Options for the branches command
Options for the label command
Options for the labels command
Options for the diff2 command
Options for GetOpenedFiles
Options for the fstat 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: 2012.2.63.1250 (2012.2.63.1250)

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^>

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..::..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..::..GetSubmittedIntegrationsCmdOptions
      Perforce.P4..::..GetTriggerTableCmdOptions
      Perforce.P4..::..GetTypeMapCmdOptions
      Perforce.P4..::..GroupCmdOptions
      Perforce.P4..::..GroupsCmdOptions
      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