RightManagerGetMultiLegitimateDataRights Method |
Returns a list of rights of the provided data IDs.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
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