Class DashAdminEnabledConnectorDetails
Admin enabled a user connector.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashAdminEnabledConnectorDetails
Constructors
View SourceDashAdminEnabledConnectorDetails(string, DashConnectorStatus)
Initializes a new instance of the DashAdminEnabledConnectorDetails class.
Declaration
public DashAdminEnabledConnectorDetails(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 SourceConnectorName
The name of the Connector.
Declaration
public string ConnectorName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectorStatus
The status of the Connector.
Declaration
public DashConnectorStatus ConnectorStatus { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashConnectorStatus |