Dropbox .NET SDK

Class DashAdminRemovedOrgWideConnectorDetails

Admin removed an admin connector.

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

Constructors

View Source

DashAdminRemovedOrgWideConnectorDetails(string, DashConnectorStatus)

Initializes a new instance of the DashAdminRemovedOrgWideConnectorDetails class.

Declaration
public DashAdminRemovedOrgWideConnectorDetails(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