Show / Hide Table of Contents

Class UserOrTeamLinkedAppLogInfo

User or team linked app. Used when linked type is missing due to historical data gap.

Inheritance
System.Object
AppLogInfo
UserOrTeamLinkedAppLogInfo
Inherited Members
AppLogInfo.IsUserOrTeamLinkedApp
AppLogInfo.AsUserOrTeamLinkedApp
AppLogInfo.IsUserLinkedApp
AppLogInfo.AsUserLinkedApp
AppLogInfo.IsTeamLinkedApp
AppLogInfo.AsTeamLinkedApp
AppLogInfo.AppId
AppLogInfo.DisplayName
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 UserOrTeamLinkedAppLogInfo : AppLogInfo

Constructors

| Improve this Doc View Source

UserOrTeamLinkedAppLogInfo(String, String)

Initializes a new instance of the UserOrTeamLinkedAppLogInfo class.

Declaration
public UserOrTeamLinkedAppLogInfo(string appId = null, string displayName = null)
Parameters
Type Name Description
System.String appId

App unique ID.

System.String displayName

App display name.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX