Options Constructor (StreamsCmdFlags, String, String, String, Int32)
|
Options for the Streams command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public Options(
StreamsCmdFlags flags,
string filter,
string tagged,
string streampath,
int maxItems
)
Public Sub New (
flags As StreamsCmdFlags,
filter As String,
tagged As String,
streampath As String,
maxItems As Integer
)
public:
Options(
StreamsCmdFlags flags,
String^ filter,
String^ tagged,
String^ streampath,
int maxItems
)
new :
flags : StreamsCmdFlags *
filter : string *
tagged : string *
streampath : string *
maxItems : int -> Options
Parameters
- flags
- Type: Perforce.P4StreamsCmdFlags
Streams flags - filter
- Type: SystemString
filter output fields - tagged
- Type: SystemString
limit output to tagged fields - streampath
- Type: SystemString
path to check for streams - maxItems
- Type: SystemInt32
max number of streams to list
See Also