Show / Hide Table of Contents

Class IntegrationConnectedDetails

Connected integration for member.

Inheritance
System.Object
IntegrationConnectedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class IntegrationConnectedDetails

Constructors

| Improve this Doc View Source

IntegrationConnectedDetails(String)

Initializes a new instance of the IntegrationConnectedDetails class.

Declaration
public IntegrationConnectedDetails(string integrationName)
Parameters
Type Name Description
System.String integrationName

Name of the third-party integration.

Properties

| Improve this Doc View Source

IntegrationName

Name of the third-party integration.

Declaration
public string IntegrationName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • IntegrationConnectedDetails(String)
  • Properties
    • IntegrationName
Back to top Generated by DocFX