Class DashFirstLaunchedDesktopDetails
Opened the desktop app for the first time.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashFirstLaunchedDesktopDetails
Constructors
View SourceDashFirstLaunchedDesktopDetails(string)
Initializes a new instance of the DashFirstLaunchedDesktopDetails class.
Declaration
public DashFirstLaunchedDesktopDetails(string osName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | osName | The name of the operating system. |
Properties
View SourceOsName
The name of the operating system.
Declaration
public string OsName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |