ISystem | |
public interface ISystemUserService : IBusinessService
The ISystemUserService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAccessTitles | Gets a list of titles that a given user has access to. | |
| GetCulture | Gets the culture of the user with a given ID. | |
| GetDefaultTitle | Gets the default title of user with a given ID. | |
| GetSalesPersons | Gets the sales persons of the user with a given ID. | |
| GetSystemRoles | Gets the roles of the user with a given ID. | |
| GetSystemUserByCode | Gets the user with a given code/username. | |
| GetSystemUserById | Gets the user with a given ID. |