Role Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains information about roles assigned to a Vault user.
Syntax
public class Role Public Class Role Properties
| Name | Description |
|---|---|
| Descr | Friendly description of the role's purpose |
| Id | A unique identifier of the role. |
| IsSys | Indicates whether the role is created by the system (e.g. administrator) |
| Name | The name of the role. |
| SysName | The system name of the Role. This name cannot be changed. |
Returned By
Where you get a Role — members that return one.
- AdminService.AddRole
- AdminService.GetAllRoles
- AdminService.GetRolesByUserId
- AdminService.UpdateRole
- GroupInfo.Roles
- UserInfo.Roles
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Role