Dropbox .NET SDK

Class FedExtraDetails.Organization

More details about the organization.

Inheritance
object
FedExtraDetails
FedExtraDetails.Organization
Inherited Members
FedExtraDetails.IsOrganization
FedExtraDetails.AsOrganization
FedExtraDetails.IsTeam
FedExtraDetails.AsTeam
FedExtraDetails.IsOther
FedExtraDetails.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class FedExtraDetails.Organization : FedExtraDetails

Constructors

View Source

Organization(OrganizationDetails)

Initializes a new instance of the FedExtraDetails.Organization class.

Declaration
public Organization(OrganizationDetails value)
Parameters
Type Name Description
OrganizationDetails value

The value

Properties

View Source

Value

Gets the value of this instance.

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