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

Print command options

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

Syntax

C#
public class GetFileContentsCmdOptions : Options
Visual Basic
Public Class GetFileContentsCmdOptions _
	Inherits Options
Visual C++
public ref class GetFileContentsCmdOptions : public Options

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
    Perforce.P4..::..Options
      Perforce.P4..::..GetFileContentsCmdOptions

See Also