Click or drag to resize

RightManagerGetCurrentConnectionDataRightList Method

Returns a list of rights that the current session user has on the objects with the given IDs.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<List<Nullable<PsrRights>>> GetCurrentConnectionDataRightList(
	List<Guid> dataIds
)

Parameters

dataIds
Type: System.Collections.GenericListGuid

Return Value

Type: TaskListNullablePsrRights
See Also