Dropbox .NET SDK

Class DashFirstLaunchedDesktopDetails

Opened the desktop app for the first time.

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

Constructors

View Source

DashFirstLaunchedDesktopDetails(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 Source

OsName

The name of the operating system.

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