Class DashFirstLaunchedWebStartPageDetails
Opened the web Start Page for the first time.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashFirstLaunchedWebStartPageDetails
Constructors
View SourceDashFirstLaunchedWebStartPageDetails(string)
Initializes a new instance of the DashFirstLaunchedWebStartPageDetails class.
Declaration
public DashFirstLaunchedWebStartPageDetails(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 |