Click or drag to resize

RightManagerBatchUpdateRights Method

Performs all data right updates that are determined by the batch right items.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task BatchUpdateRights(
	List<PsrBatchRightItem> items
)

Parameters

items
Type: System.Collections.GenericListPsrBatchRightItem

Return Value

Type: Task
See Also