DashboardRepositoryGetAccountDashboardById Method
Get items from a container based on a lambda query
Namespace: MobileTrack.DataContainers.RepositoriesAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<DashboardDto?> GetAccountDashboardById(
Guid dashboardId,
Guid companyId,
Guid accountId,
bool deletedItem,
CancellationToken cancellationToken = default
)
- dashboardId Guid
- Dashboard to retrieve
- companyId Guid
- Company to create the cache for
- accountId Guid
- Account to create the cache for
- deletedItem Boolean
- If , we'll return the soft-deleted item.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskDashboardDtoFound item