Class IdentifierType
The identifier type object
Inheritance
IdentifierType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class IdentifierType
Constructors
View SourceIdentifierType()
Initializes a new instance of the IdentifierType class.
Declaration
public IdentifierType()
Properties
View SourceAsEmail
Gets this instance as a Email, or null.
Declaration
public IdentifierType.Email AsEmail { get; }
Property Value
| Type | Description |
|---|---|
| IdentifierType.Email |
AsFacebookProfileName
Gets this instance as a FacebookProfileName, or null.
Declaration
public IdentifierType.FacebookProfileName AsFacebookProfileName { get; }
Property Value
| Type | Description |
|---|---|
| IdentifierType.FacebookProfileName |
AsOther
Gets this instance as a Other, or null.
Declaration
public IdentifierType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| IdentifierType.Other |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFacebookProfileName
Gets a value indicating whether this instance is FacebookProfileName
Declaration
public bool IsFacebookProfileName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |