Dropbox .NET SDK

Class StartedEnterpriseAdminSessionDetails

Started enterprise admin session.

Inheritance
object
StartedEnterpriseAdminSessionDetails
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 StartedEnterpriseAdminSessionDetails

Constructors

View Source

StartedEnterpriseAdminSessionDetails(FedExtraDetails)

Initializes a new instance of the StartedEnterpriseAdminSessionDetails class.

Declaration
public StartedEnterpriseAdminSessionDetails(FedExtraDetails federationExtraDetails)
Parameters
Type Name Description
FedExtraDetails federationExtraDetails

More information about the organization or team.

Properties

View Source

FederationExtraDetails

More information about the organization or team.

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