Updates the repository with the information for the specified VGGroup.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void UpdateGroup(
	VGGroup group
)
Visual Basic
Public Sub UpdateGroup ( 
	group As VGGroup
)

Parameters

group
Type: Novalys.VisualGuard.Security.Membership..::..VGGroup
A VGGroup object that represents the group to be updated and the updated information for the group.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptiongroup is null.

See Also