Class InviteeInfoWithPermissionLevel
The invitee info with permission level object
Inheritance
System.Object
InviteeInfoWithPermissionLevel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfoWithPermissionLevel
Constructors
| Improve this Doc 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
| Improve this Doc 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 |