Group Constructor (String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec)
|
Initializes a new instance of the
Group class
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Group(
string id,
string description,
int maxResults,
int maxScanRows,
int maxLockTime,
int maxOpenFiles,
int maxMemory,
int timeOut,
int passwordTimeout,
IList<string> ownerNames,
IList<string> userNames,
IList<string> subGroups,
FormSpec spec
)
Public Sub New (
id As String,
description As String,
maxResults As Integer,
maxScanRows As Integer,
maxLockTime As Integer,
maxOpenFiles As Integer,
maxMemory As Integer,
timeOut As Integer,
passwordTimeout As Integer,
ownerNames As IList(Of String),
userNames As IList(Of String),
subGroups As IList(Of String),
spec As FormSpec
)
public:
Group(
String^ id,
String^ description,
int maxResults,
int maxScanRows,
int maxLockTime,
int maxOpenFiles,
int maxMemory,
int timeOut,
int passwordTimeout,
IList<String^>^ ownerNames,
IList<String^>^ userNames,
IList<String^>^ subGroups,
FormSpec^ spec
)
new :
id : string *
description : string *
maxResults : int *
maxScanRows : int *
maxLockTime : int *
maxOpenFiles : int *
maxMemory : int *
timeOut : int *
passwordTimeout : int *
ownerNames : IList<string> *
userNames : IList<string> *
subGroups : IList<string> *
spec : FormSpec -> Group
Parameters
- id
- Type: SystemString
- description
- Type: SystemString
- maxResults
- Type: SystemInt32
- maxScanRows
- Type: SystemInt32
- maxLockTime
- Type: SystemInt32
- maxOpenFiles
- Type: SystemInt32
- maxMemory
- Type: SystemInt32
- timeOut
- Type: SystemInt32
- passwordTimeout
- Type: SystemInt32
- ownerNames
- Type: System.Collections.GenericIListString
- userNames
- Type: System.Collections.GenericIListString
- subGroups
- Type: System.Collections.GenericIListString
- spec
- Type: Perforce.P4FormSpec
See Also