Dropbox .NET SDK

Class DashConnectorToolsCallDetails

Called a tool on a connector.

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

Constructors

View Source

DashConnectorToolsCallDetails(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 Source

ConnectorName

The name of the connector.

Declaration
public string ConnectorName { get; protected set; }
Property Value
Type Description
string
View Source

Surface

The surface from which the tool was called.

Declaration
public string Surface { get; protected set; }
Property Value
Type Description
string
View Source

ToolName

The name of the tool that was called.

Declaration
public string ToolName { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK