Click or drag to resize

RoleManagerUpdateRole Method

Updates the given role.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task UpdateRole(
	PsrRole role
)

Parameters

role
Type: PsrApi.DataPsrRole

Return Value

Type: Task
See Also