Class FedExtraDetails
More details about the organization or team.
Inheritance
System.Object
FedExtraDetails
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 SourceFedExtraDetails()
Initializes a new instance of the FedExtraDetails class.
Declaration
public FedExtraDetails()
Properties
| Improve this Doc View SourceAsOrganization
Gets this instance as a Organization, or null
.
Declaration
public FedExtraDetails.Organization AsOrganization { get; }
Property Value
Type | Description |
---|---|
FedExtraDetails.Organization |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FedExtraDetails.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FedExtraDetails.Other |
AsTeam
Gets this instance as a Team, or null
.
Declaration
public FedExtraDetails.Team AsTeam { get; }
Property Value
Type | Description |
---|---|
FedExtraDetails.Team |
IsOrganization
Gets a value indicating whether this instance is Organization
Declaration
public bool IsOrganization { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |