Click or drag to resize

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: 2023.2.258.5793
Syntax
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
)

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