[This is preliminary documentation and is subject to change.]

Get the record for an existing group from the repository.

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

Syntax

C#
public Group GetGroup(
	string group,
	Options options
)
Visual Basic
Public Function GetGroup ( _
	group As String, _
	options As Options _
) As Group
Visual C++
public:
Group^ GetGroup(
	String^ group, 
	Options^ options
)

Parameters

group
Type: System..::..String
Group name
options
Type: Perforce.P4..::..Options
There are no valid flags to use when fetching an existing group

Return Value

The Group object if new group was found, null if creation failed

See Also