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

Delete a 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 void DeleteGroup(
	Group group,
	Options options
)
Visual Basic
Public Sub DeleteGroup ( _
	group As Group, _
	options As Options _
)
Visual C++
public:
void DeleteGroup(
	Group^ group, 
	Options^ options
)

Parameters

group
Type: Perforce.P4..::..Group
The group to be deleted
options
Type: Perforce.P4..::..Options

See Also