Class UserInfoWithPermissionLevel
The user info with permission level object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class UserInfoWithPermissionLevel
Constructors
View SourceUserInfoWithPermissionLevel(UserInfo, PaperDocPermissionLevel)
Initializes a new instance of the UserInfoWithPermissionLevel class.
Declaration
public UserInfoWithPermissionLevel(UserInfo user, PaperDocPermissionLevel permissionLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| UserInfo | user | User shared on the Paper doc. |
| PaperDocPermissionLevel | permissionLevel | Permission level for the user. |
Properties
View SourcePermissionLevel
Permission level for the user.
Declaration
public PaperDocPermissionLevel PermissionLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperDocPermissionLevel |
User
User shared on the Paper doc.
Declaration
public UserInfo User { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserInfo |