Group Class |
Namespace: Perforce.P4
The Group type exposes the following members.
| Name | Description | |
|---|---|---|
| Group(String) |
Create a group supplying the name.
| |
| Group(String, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec) |
Create a group providing all of the properties
|
| Name | Description | |
|---|---|---|
| Id |
The name of the group.
| |
| MaxLockTime |
Limits the time (in milliseconds, unless 'unlimited' or
'unset') any one operation can lock any database table when
scanning data.
| |
| MaxResults |
Limits the rows (unless 'unlimited' or 'unset') any one
operation can return to the client.
| |
| MaxScanRows |
Limits the rows (unless 'unlimited' or 'unset') any one
operation can scan from any one database table.
| |
| OwnerNames |
Users allowed to change this group without requiring super
access permission.
| |
| PasswordTimeout |
A time (in seconds, unless 'unlimited' or 'unset')
which determines how long a 'p4 password'
password remains valid (default is unset).
| |
| Spec | ||
| SubGroups |
Other groups automatically included in this group.
| |
| TimeOut |
A time (in seconds, unless 'unlimited' or 'unset')
which determines how long a 'p4 login'
session ticket remains valid (default is 12 hours).
| |
| UserNames |
The users in the group.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromGroupCmdTaggedOutput |
Read the fields from the tagged output of a group command
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse |
Parse the fields from a group specification
| |
| ToString |
Convert to specification in server format
(Overrides ObjectToString.) |