Dropbox .NET SDK

Class DropboxPasswordsNewDeviceEnrolledDetails

Enrolled new Dropbox Passwords device.

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

Constructors

View Source

DropboxPasswordsNewDeviceEnrolledDetails(bool, string)

Initializes a new instance of the DropboxPasswordsNewDeviceEnrolledDetails class.

Declaration
public DropboxPasswordsNewDeviceEnrolledDetails(bool isFirstDevice, string platform)
Parameters
Type Name Description
bool isFirstDevice

Whether it's a first device enrolled.

string platform

The platform the device is enrolled.

Properties

View Source

IsFirstDevice

Whether it's a first device enrolled.

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

Platform

The platform the device is enrolled.

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