• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class FedExtraDetails

More details about the organization or team.

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

Constructors

| Improve this Doc View Source

FedExtraDetails()

Initializes a new instance of the FedExtraDetails class.

Declaration
public FedExtraDetails()

Properties

| Improve this Doc View Source

AsOrganization

Gets this instance as a Organization, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeam

Gets this instance as a Team, or null.

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

IsOrganization

Gets a value indicating whether this instance is Organization

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

IsTeam

Gets a value indicating whether this instance is Team

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