Group Constructor (String, Int32, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec)
|
Note: This API is now obsolete.
Create a group providing all of the properties
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax[ObsoleteAttribute("Use 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)",
false)]
public Group(
string id,
int maxResults,
int maxScanRows,
int maxLockTime,
int maxOpenFiles,
int timeOut,
int passwordTimeout,
IList<string> ownerNames,
IList<string> userNames,
IList<string> subGroups,
FormSpec spec
)
<ObsoleteAttribute("Use 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)",
false)>
Public Sub New (
id As String,
maxResults As Integer,
maxScanRows As Integer,
maxLockTime As Integer,
maxOpenFiles 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:
[ObsoleteAttribute(L"Use 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)",
false)]
Group(
String^ id,
int maxResults,
int maxScanRows,
int maxLockTime,
int maxOpenFiles,
int timeOut,
int passwordTimeout,
IList<String^>^ ownerNames,
IList<String^>^ userNames,
IList<String^>^ subGroups,
FormSpec^ spec
)
[<ObsoleteAttribute("Use 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)",
false)>]
new :
id : string *
maxResults : int *
maxScanRows : int *
maxLockTime : int *
maxOpenFiles : int *
timeOut : int *
passwordTimeout : int *
ownerNames : IList<string> *
userNames : IList<string> *
subGroups : IList<string> *
spec : FormSpec -> Group
Parameters
- id
- Type: SystemString
- maxResults
- Type: SystemInt32
- maxScanRows
- Type: SystemInt32
- maxLockTime
- Type: SystemInt32
- maxOpenFiles
- 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