Show / Hide Table of Contents

Class InviteeInfo

Information about the recipient of a shared content invitation.

Inheritance
System.Object
InviteeInfo
InviteeInfo.Email
InviteeInfo.Other
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfo

Constructors

| Improve this Doc View Source

InviteeInfo()

Initializes a new instance of the InviteeInfo class.

Declaration
public InviteeInfo()

Properties

| Improve this Doc View Source

AsEmail

Gets this instance as a Email, or null.

Declaration
public InviteeInfo.Email AsEmail { get; }
Property Value
Type Description
InviteeInfo.Email
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public InviteeInfo.Other AsOther { get; }
Property Value
Type Description
InviteeInfo.Other
| Improve this Doc View Source

IsEmail

Gets a value indicating whether this instance is Email

Declaration
public bool IsEmail { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InviteeInfo()
  • Properties
    • AsEmail
    • AsOther
    • IsEmail
    • IsOther
Back to top Generated by DocFX