Show / Hide Table of Contents

Class StartedEnterpriseAdminSessionDetails

Started enterprise admin session.

Inheritance
System.Object
StartedEnterpriseAdminSessionDetails
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 StartedEnterpriseAdminSessionDetails

Constructors

| Improve this Doc 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

| Improve this Doc View Source

FederationExtraDetails

More information about the organization or team.

Declaration
public FedExtraDetails FederationExtraDetails { get; protected set; }
Property Value
Type Description
FedExtraDetails
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StartedEnterpriseAdminSessionDetails(FedExtraDetails)
  • Properties
    • FederationExtraDetails
Back to top Generated by DocFX