User.User
User()
Initializes new instance of User
class.
public User()
See Also
- class User
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation
User(int, string, Role)
Initializes new instance of User
class.
public User(int id, string name, Role role)
Parameter | Type | Description |
---|---|---|
id | Int32 | The user id. |
name | String | The user name. |
role | Role | The user role. |
See Also
- enum Role
- class User
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation