Dropbox .NET SDK

Class IntegrationConnectedDetails

Connected integration for member.

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

Constructors

View Source

IntegrationConnectedDetails(string)

Initializes a new instance of the IntegrationConnectedDetails class.

Declaration
public IntegrationConnectedDetails(string integrationName)
Parameters
Type Name Description
string integrationName

Name of the third-party integration.

Properties

View Source

IntegrationName

Name of the third-party integration.

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