Dropbox .NET SDK

Class FederationStatusChangeAdditionalInfo

Additional information about the organization or connected team

Inheritance
object
FederationStatusChangeAdditionalInfo
FederationStatusChangeAdditionalInfo.ConnectedTeamName
FederationStatusChangeAdditionalInfo.NonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.OrganizationName
FederationStatusChangeAdditionalInfo.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 FederationStatusChangeAdditionalInfo

Constructors

View Source

FederationStatusChangeAdditionalInfo()

Initializes a new instance of the FederationStatusChangeAdditionalInfo class.

Declaration
public FederationStatusChangeAdditionalInfo()

Properties

View Source

AsConnectedTeamName

Gets this instance as a ConnectedTeamName, or null.

Declaration
public FederationStatusChangeAdditionalInfo.ConnectedTeamName AsConnectedTeamName { get; }
Property Value
Type Description
FederationStatusChangeAdditionalInfo.ConnectedTeamName
View Source

AsNonTrustedTeamDetails

Gets this instance as a NonTrustedTeamDetails, or null.

Declaration
public FederationStatusChangeAdditionalInfo.NonTrustedTeamDetails AsNonTrustedTeamDetails { get; }
Property Value
Type Description
FederationStatusChangeAdditionalInfo.NonTrustedTeamDetails
View Source

AsOrganizationName

Gets this instance as a OrganizationName, or null.

Declaration
public FederationStatusChangeAdditionalInfo.OrganizationName AsOrganizationName { get; }
Property Value
Type Description
FederationStatusChangeAdditionalInfo.OrganizationName
View Source

AsOther

Gets this instance as a Other, or null.

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

IsConnectedTeamName

Gets a value indicating whether this instance is ConnectedTeamName

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

IsNonTrustedTeamDetails

Gets a value indicating whether this instance is NonTrustedTeamDetails

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

IsOrganizationName

Gets a value indicating whether this instance is OrganizationName

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