Dropbox .NET SDK

Class UserOrTeamLinkedAppLogInfo

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

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

Constructors

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
string appId

App unique ID.

string displayName

App display name.

  • View Source
In this article
Back to top Dropbox .NET SDK