Update the role settings

Namespace: DotNetNuke.Security.Roles.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void UpdateRoleSettings(
	RoleInfo role,
	bool clearCache
)
Visual Basic
Sub UpdateRoleSettings ( 
	role As RoleInfo,
	clearCache As Boolean
)

Parameters

role
Type: DotNetNuke.Security.Roles..::..RoleInfo
The Role
clearCache
Type: System..::..Boolean
A flag that indicates whether the cache should be cleared

See Also