Class InviteeInfoWithPermissionLevel
The invitee info with permission level object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfoWithPermissionLevel
Constructors
View SourceInviteeInfoWithPermissionLevel(InviteeInfo, PaperDocPermissionLevel)
Initializes a new instance of the InviteeInfoWithPermissionLevel class.
Declaration
public InviteeInfoWithPermissionLevel(InviteeInfo invitee, PaperDocPermissionLevel permissionLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| InviteeInfo | invitee | Email address invited to the Paper doc. |
| PaperDocPermissionLevel | permissionLevel | Permission level for the invitee. |
Properties
View SourceInvitee
Email address invited to the Paper doc.
Declaration
public InviteeInfo Invitee { get; protected set; }
Property Value
| Type | Description |
|---|---|
| InviteeInfo |
PermissionLevel
Permission level for the invitee.
Declaration
public PaperDocPermissionLevel PermissionLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperDocPermissionLevel |