Create a group providing all of the properties

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
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
)
Visual Basic
Public Sub New ( _
	id As String, _
	maxResults As Integer, _
	maxScanRows As Integer, _
	maxLockTime 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 _
)
Visual C++
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: System..::..String
maxResults
Type: System..::..Int32
maxScanRows
Type: System..::..Int32
maxLockTime
Type: System..::..Int32
timeOut
Type: System..::..Int32
passwordTimeout
Type: System..::..Int32
ownerNames
Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>
userNames
Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>
subGroups
Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>
spec
Type: Perforce.P4..::..FormSpec

See Also