Dropbox .NET SDK

Class DashAdminDisabledConnectorDetails

Admin disabled a user connector.

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

Constructors

View Source

DashAdminDisabledConnectorDetails(string, DashConnectorStatus)

Initializes a new instance of the DashAdminDisabledConnectorDetails class.

Declaration
public DashAdminDisabledConnectorDetails(string connectorName, DashConnectorStatus connectorStatus = null)
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