Class DashFirstLaunchedExtensionDetails
Opened the extension for the first time.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashFirstLaunchedExtensionDetails
Constructors
View SourceDashFirstLaunchedExtensionDetails(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 SourceBrowserName
The name of the web browser.
Declaration
public string BrowserName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |