Dropbox .NET SDK

Class DashFirstLaunchedExtensionDetails

Opened the extension for the first time.

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

Constructors

View Source

DashFirstLaunchedExtensionDetails(string)

Initializes a new instance of the DashFirstLaunchedExtensionDetails class.

Declaration
public DashFirstLaunchedExtensionDetails(string browserName)
Parameters
Type Name Description
string browserName

The name of the web browser.

Properties

View Source

BrowserName

The name of the web browser.

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