Dropbox .NET SDK

Class FedExtraDetails

More details about the organization or team.

Inheritance
object
FedExtraDetails
FedExtraDetails.Organization
FedExtraDetails.Other
FedExtraDetails.Team
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 FedExtraDetails

Constructors

View Source

FedExtraDetails()

Initializes a new instance of the FedExtraDetails class.

Declaration
public FedExtraDetails()

Properties

View Source

AsOrganization

Gets this instance as a Organization, or null.

Declaration
public FedExtraDetails.Organization AsOrganization { get; }
Property Value
Type Description
FedExtraDetails.Organization
View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeam

Gets this instance as a Team, or null.

Declaration
public FedExtraDetails.Team AsTeam { get; }
Property Value
Type Description
FedExtraDetails.Team
View Source

IsOrganization

Gets a value indicating whether this instance is Organization

Declaration
public bool IsOrganization { 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

IsTeam

Gets a value indicating whether this instance is Team

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