Initializes a new instance of the GetFileMetaDataCmdOptions class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public GetFileMetaDataCmdOptions( GetFileMetadataCmdFlags flags, string filter, string taggedFields, int maxItems, string afterChangelist, string byChangelist, string attribPattern ) |
Visual Basic |
---|
Public Sub New ( _ flags As GetFileMetadataCmdFlags, _ filter As String, _ taggedFields As String, _ maxItems As Integer, _ afterChangelist As String, _ byChangelist As String, _ attribPattern As String _ ) |
Visual C++ |
---|
public: GetFileMetaDataCmdOptions( GetFileMetadataCmdFlags flags, String^ filter, String^ taggedFields, int maxItems, String^ afterChangelist, String^ byChangelist, String^ attribPattern ) |
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
- attribPattern
- Type: System..::..String