Class DropboxPasswordsNewDeviceEnrolledDetails
Enrolled new Dropbox Passwords device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DropboxPasswordsNewDeviceEnrolledDetails
Constructors
View SourceDropboxPasswordsNewDeviceEnrolledDetails(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 SourceIsFirstDevice
Whether it's a first device enrolled.
Declaration
public bool IsFirstDevice { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
Platform
The platform the device is enrolled.
Declaration
public string Platform { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |