Options for the filelog command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public FilelogCmdOptions( FileLogCmdFlags flags, int changelistId, int maxItems ) |
Visual Basic |
---|
Public Sub New ( _ flags As FileLogCmdFlags, _ changelistId As Integer, _ maxItems As Integer _ ) |
Visual C++ |
---|
public: FilelogCmdOptions( FileLogCmdFlags flags, int changelistId, int maxItems ) |
Parameters
- flags
- Type: Perforce.P4..::..FileLogCmdFlags
- changelistId
- Type: System..::..Int32
- maxItems
- Type: System..::..Int32