Dropbox .NET SDK
Show / Hide Table of Contents

Class InviteeInfoWithPermissionLevel

The invitee info with permission level object

Inheritance
object
InviteeInfoWithPermissionLevel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfoWithPermissionLevel

Constructors

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

View Source

Invitee

Email address invited to the Paper doc.

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

PermissionLevel

Permission level for the invitee.

Declaration
public PaperDocPermissionLevel PermissionLevel { get; protected set; }
Property Value
Type Description
PaperDocPermissionLevel
  • View Source
In this article
Back to top Dropbox .NET SDK