Class FederationStatusChangeAdditionalInfo
Additional information about the organization or connected team
Inheritance
System.Object
FederationStatusChangeAdditionalInfo
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 FederationStatusChangeAdditionalInfo
Constructors
| Improve this Doc View SourceFederationStatusChangeAdditionalInfo()
Initializes a new instance of the FederationStatusChangeAdditionalInfo class.
Declaration
public FederationStatusChangeAdditionalInfo()
Properties
| Improve this Doc View SourceAsConnectedTeamName
Gets this instance as a ConnectedTeamName, or null
.
Declaration
public FederationStatusChangeAdditionalInfo.ConnectedTeamName AsConnectedTeamName { get; }
Property Value
Type | Description |
---|---|
FederationStatusChangeAdditionalInfo.ConnectedTeamName |
AsNonTrustedTeamDetails
Gets this instance as a NonTrustedTeamDetails, or null
.
Declaration
public FederationStatusChangeAdditionalInfo.NonTrustedTeamDetails AsNonTrustedTeamDetails { get; }
Property Value
Type | Description |
---|---|
FederationStatusChangeAdditionalInfo.NonTrustedTeamDetails |
AsOrganizationName
Gets this instance as a OrganizationName, or null
.
Declaration
public FederationStatusChangeAdditionalInfo.OrganizationName AsOrganizationName { get; }
Property Value
Type | Description |
---|---|
FederationStatusChangeAdditionalInfo.OrganizationName |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FederationStatusChangeAdditionalInfo.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FederationStatusChangeAdditionalInfo.Other |
IsConnectedTeamName
Gets a value indicating whether this instance is ConnectedTeamName
Declaration
public bool IsConnectedTeamName { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNonTrustedTeamDetails
Gets a value indicating whether this instance is NonTrustedTeamDetails
Declaration
public bool IsNonTrustedTeamDetails { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOrganizationName
Gets a value indicating whether this instance is OrganizationName
Declaration
public bool IsOrganizationName { 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 |