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