Click or drag to resize

VGGroupsInstanceDeleteGroup Method (Guid)

Note: This API is now obsolete.

Delete a VGGroup

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[ObsoleteAttribute("Use DeleteGroup(VGGroup group)")]
public bool DeleteGroup(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is null.
InvalidOperationExceptionThe group have children, you delete children group before
See Also