RightManagerGetMultiLegitimateDataRights Method |
Returns a list of rights of the provided data IDs.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.3.1.33994 (05.02.2026)+877276ecd19b420b1689117d76424351f3a6cb2b
Syntaxpublic Task<IEnumerable<PsrDataRight>> GetMultiLegitimateDataRights(
List<Guid> dataIds,
bool checkRights = false,
bool showDeletedNames = false
)
Parameters
- dataIds
- Type: System.Collections.GenericListGuid
List of IDs of objects. - checkRights (Optional)
- Type: SystemBoolean
If data rights to the legitimate should be checked. - showDeletedNames (Optional)
- Type: SystemBoolean
If deleted users/roles should be resolved correctly.
Return Value
Type:
TaskIEnumerablePsrDataRight
See Also