Click or drag to resize

IGHAObjectDeleteGroup Method

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

Deletes the specified group

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool DeleteGroup(
	string groupName
)

Parameters

groupName
Type: SystemString
Name of the group to delete

Return Value

Type: Boolean
True if successful
See Also