Show / Hide Table of Contents

Class DropboxPasswordsNewDeviceEnrolledDetails

Enrolled new Dropbox Passwords device.

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

Constructors

| Improve this Doc View Source

DropboxPasswordsNewDeviceEnrolledDetails(Boolean, String)

Initializes a new instance of the DropboxPasswordsNewDeviceEnrolledDetails class.

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

Whether it's a first device enrolled.

System.String platform

The platform the device is enrolled.

Properties

| Improve this Doc View Source

IsFirstDevice

Whether it's a first device enrolled.

Declaration
public bool IsFirstDevice { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Platform

The platform the device is enrolled.

Declaration
public string Platform { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DropboxPasswordsNewDeviceEnrolledDetails(Boolean, String)
  • Properties
    • IsFirstDevice
    • Platform
Back to top Generated by DocFX