Dropbox .NET SDK

Class DashAdminAddedOrgWideConnectorDetails

Admin added an admin connector.

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

Constructors

View Source

DashAdminAddedOrgWideConnectorDetails(string, DashConnectorStatus)

Initializes a new instance of the DashAdminAddedOrgWideConnectorDetails class.

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