Class AppLinkTeamDetails
Linked app for team.
Inheritance
System.Object
    AppLinkTeamDetails
  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 AppLinkTeamDetails
  Constructors
| Improve this Doc View SourceAppLinkTeamDetails(AppLogInfo)
Initializes a new instance of the AppLinkTeamDetails class.
Declaration
public AppLinkTeamDetails(AppLogInfo appInfo)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AppLogInfo | appInfo | Relevant application details.  | 
      
Properties
| Improve this Doc View SourceAppInfo
Relevant application details.
Declaration
public AppLogInfo AppInfo { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| AppLogInfo |