Dropbox .NET SDK

Class DashAddedConnectorDetails

Connected to a user connector.

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

Constructors

View Source

DashAddedConnectorDetails(string, DashConnectorStatus)

Initializes a new instance of the DashAddedConnectorDetails class.

Declaration
public DashAddedConnectorDetails(string connectorName, DashConnectorStatus connectorStatus)
Parameters
Type Name Description
string connectorName

The name of the Connector.

DashConnectorStatus connectorStatus

The status of the Connector.

Properties

View Source

ConnectorName

The name of the Connector.

Declaration
public string ConnectorName { get; protected set; }
Property Value
Type Description
string
View Source

ConnectorStatus

The status of the Connector.

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