Dropbox .NET SDK

Class IntegrationDisconnectedDetails

Disconnected integration for member.

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

Constructors

View Source

IntegrationDisconnectedDetails(string)

Initializes a new instance of the IntegrationDisconnectedDetails class.

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