Dropbox .NET SDK

Class EndedEnterpriseAdminSessionDeprecatedDetails

Ended enterprise admin session.

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

Constructors

View Source

EndedEnterpriseAdminSessionDeprecatedDetails(FedExtraDetails)

Initializes a new instance of the EndedEnterpriseAdminSessionDeprecatedDetails class.

Declaration
public EndedEnterpriseAdminSessionDeprecatedDetails(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