Dropbox .NET SDK

Class DashFirstLaunchedWebStartPageDetails

Opened the web Start Page for the first time.

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

Constructors

View Source

DashFirstLaunchedWebStartPageDetails(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 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