[This is preliminary documentation and is subject to change.]
Initializes a new instance of the GetFileMetaDataCmdOptions class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public GetFileMetaDataCmdOptions( GetFileMetadataCmdFlags flags, string filter, string taggedFields, int maxItems, string afterChangelist, string byChangelist ) |
Visual Basic |
---|
Public Sub New ( _ flags As GetFileMetadataCmdFlags, _ filter As String, _ taggedFields As String, _ maxItems As Integer, _ afterChangelist As String, _ byChangelist As String _ ) |
Visual C++ |
---|
public: GetFileMetaDataCmdOptions( GetFileMetadataCmdFlags flags, String^ filter, String^ taggedFields, int maxItems, String^ afterChangelist, String^ byChangelist ) |
Parameters
- flags
- Type: Perforce.P4..::..GetFileMetadataCmdFlags
- filter
- Type: System..::..String
- taggedFields
- Type: System..::..String
- maxItems
- Type: System..::..Int32
- afterChangelist
- Type: System..::..String
- byChangelist
- Type: System..::..String