Click or drag to resize

RightManagerGetLegitimateDataRight Method

Returns the data right that matches the given ID, legitimate ID and rights.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<PsrDataRight> GetLegitimateDataRight(
	Guid dataId,
	Guid legitimateId,
	PsrRights rights
)

Parameters

dataId
Type: SystemGuid
legitimateId
Type: SystemGuid
rights
Type: PsrApi.Data.EnumsPsrRights

Return Value

Type: TaskPsrDataRight
See Also