Click or drag to resize
RoleStoreUpdateAsync Method
Updates Role in the database.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public Task UpdateAsync(
	Role role
)

Parameters

role
Type: Kentico.MembershipRole
Role.

Return Value

Type: Task

Implements

IRoleStore.UpdateAsync(UTP)
See Also