Class DashConnectorToolsCallDetails
Called a tool on a connector.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashConnectorToolsCallDetails
Constructors
View SourceDashConnectorToolsCallDetails(string, string, string)
Initializes a new instance of the DashConnectorToolsCallDetails class.
Declaration
public DashConnectorToolsCallDetails(string connectorName, string toolName, string surface = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectorName | The name of the connector. |
| string | toolName | The name of the tool that was called. |
| string | surface | The surface from which the tool was called. |
Properties
View SourceConnectorName
The name of the connector.
Declaration
public string ConnectorName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Surface
The surface from which the tool was called.
Declaration
public string Surface { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolName
The name of the tool that was called.
Declaration
public string ToolName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |