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