Show / Hide Table of Contents

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 Source

InviteeInfoWithPermissionLevel(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 Source

Invitee

Email address invited to the Paper doc.

Declaration
public InviteeInfo Invitee { get; protected set; }
Property Value
Type Description
InviteeInfo
| Improve this Doc View Source

PermissionLevel

Permission level for the invitee.

Declaration
public PaperDocPermissionLevel PermissionLevel { get; protected set; }
Property Value
Type Description
PaperDocPermissionLevel
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InviteeInfoWithPermissionLevel(InviteeInfo, PaperDocPermissionLevel)
  • Properties
    • Invitee
    • PermissionLevel
Back to top Generated by DocFX