Show / Hide Table of Contents

Class IdentifierType

The identifier type object

Inheritance
System.Object
IdentifierType
IdentifierType.Email
IdentifierType.FacebookProfileName
IdentifierType.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class IdentifierType

Constructors

| Improve this Doc View Source

IdentifierType()

Initializes a new instance of the IdentifierType class.

Declaration
public IdentifierType()

Properties

| Improve this Doc View Source

AsEmail

Gets this instance as a Email, or null.

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

AsFacebookProfileName

Gets this instance as a FacebookProfileName, or null.

Declaration
public IdentifierType.FacebookProfileName AsFacebookProfileName { get; }
Property Value
Type Description
IdentifierType.FacebookProfileName
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public IdentifierType.Other AsOther { get; }
Property Value
Type Description
IdentifierType.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

IsFacebookProfileName

Gets a value indicating whether this instance is FacebookProfileName

Declaration
public bool IsFacebookProfileName { 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
    • IdentifierType()
  • Properties
    • AsEmail
    • AsFacebookProfileName
    • AsOther
    • IsEmail
    • IsFacebookProfileName
    • IsOther
Back to top Generated by DocFX