Skip to content

IReadOnlyCompanyService<T>.List method

Gets a list of items from a remote company service.

public Task<Response<List<T>>> List(RequestSettings settings, ListOptions<T>? options = null, 
    bool refresh = false)
parameter description
options list options
refresh wether the local cache should be ignored or not
settings request settings

See Also