Dropbox .NET SDK

Class LoginSuccessDetails

Signed in.

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

Constructors

View Source

LoginSuccessDetails(LoginMethod, bool?)

Initializes a new instance of the LoginSuccessDetails class.

Declaration
public LoginSuccessDetails(LoginMethod loginMethod, bool? isEmmManaged = null)
Parameters
Type Name Description
LoginMethod loginMethod

Login method.

bool? isEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Properties

View Source

IsEmmManaged

Tells if the login device is EMM managed. Might be missing due to historical data gap.

Declaration
public bool? IsEmmManaged { get; protected set; }
Property Value
Type Description
bool?
View Source

LoginMethod

Login method.

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