Dropbox .NET SDK

Class IdentifierType

The identifier type object

Inheritance
object
IdentifierType
IdentifierType.Email
IdentifierType.FacebookProfileName
IdentifierType.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class IdentifierType

Constructors

View Source

IdentifierType()

Initializes a new instance of the IdentifierType class.

Declaration
public IdentifierType()

Properties

View Source

AsEmail

Gets this instance as a Email, or null.

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

AsFacebookProfileName

Gets this instance as a FacebookProfileName, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public IdentifierType.Other AsOther { get; }
Property Value
Type Description
IdentifierType.Other
View Source

IsEmail

Gets a value indicating whether this instance is Email

Declaration
public bool IsEmail { get; }
Property Value
Type Description
bool
View Source

IsFacebookProfileName

Gets a value indicating whether this instance is FacebookProfileName

Declaration
public bool IsFacebookProfileName { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK