Options Constructor (GetFileMetadataCmdFlags, String, String, Int32, String, String, String)
|
Initializes a new instance of the
Options class
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public Options(
GetFileMetadataCmdFlags flags,
string filter,
string taggedFields,
int maxItems,
string afterChangelist,
string byChangelist,
string attribPattern
)
Public Sub New (
flags As GetFileMetadataCmdFlags,
filter As String,
taggedFields As String,
maxItems As Integer,
afterChangelist As String,
byChangelist As String,
attribPattern As String
)
public:
Options(
GetFileMetadataCmdFlags flags,
String^ filter,
String^ taggedFields,
int maxItems,
String^ afterChangelist,
String^ byChangelist,
String^ attribPattern
)
new :
flags : GetFileMetadataCmdFlags *
filter : string *
taggedFields : string *
maxItems : int *
afterChangelist : string *
byChangelist : string *
attribPattern : string -> Options
Parameters
- flags
- Type: Perforce.P4GetFileMetadataCmdFlags
- filter
- Type: SystemString
- taggedFields
- Type: SystemString
- maxItems
- Type: SystemInt32
- afterChangelist
- Type: SystemString
- byChangelist
- Type: SystemString
- attribPattern
- Type: SystemString
See Also