Click or drag to resize

Group Constructor (String, 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: 2023.2.258.5793
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 timeOut,
	int passwordTimeout,
	IList<string> ownerNames,
	IList<string> userNames,
	IList<string> subGroups,
	FormSpec spec
)

Parameters

id
Type: SystemString
maxResults
Type: SystemInt32
maxScanRows
Type: SystemInt32
maxLockTime
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