Show / Hide Table of Contents

Class AppLogInfo

App's logged information.

Inheritance
System.Object
AppLogInfo
TeamLinkedAppLogInfo
UserLinkedAppLogInfo
UserOrTeamLinkedAppLogInfo
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 AppLogInfo

Constructors

| Improve this Doc View Source

AppLogInfo(String, String)

Initializes a new instance of the AppLogInfo class.

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

App unique ID.

System.String displayName

App display name.

Properties

| Improve this Doc View Source

AppId

App unique ID.

Declaration
public string AppId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AsTeamLinkedApp

Gets this instance as a TeamLinkedAppLogInfo, or null.

Declaration
public TeamLinkedAppLogInfo AsTeamLinkedApp { get; }
Property Value
Type Description
TeamLinkedAppLogInfo
| Improve this Doc View Source

AsUserLinkedApp

Gets this instance as a UserLinkedAppLogInfo, or null.

Declaration
public UserLinkedAppLogInfo AsUserLinkedApp { get; }
Property Value
Type Description
UserLinkedAppLogInfo
| Improve this Doc View Source

AsUserOrTeamLinkedApp

Gets this instance as a UserOrTeamLinkedAppLogInfo, or null.

Declaration
public UserOrTeamLinkedAppLogInfo AsUserOrTeamLinkedApp { get; }
Property Value
Type Description
UserOrTeamLinkedAppLogInfo
| Improve this Doc View Source

DisplayName

App display name.

Declaration
public string DisplayName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsTeamLinkedApp

Gets a value indicating whether this instance is TeamLinkedApp

Declaration
public bool IsTeamLinkedApp { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserLinkedApp

Gets a value indicating whether this instance is UserLinkedApp

Declaration
public bool IsUserLinkedApp { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserOrTeamLinkedApp

Gets a value indicating whether this instance is UserOrTeamLinkedApp

Declaration
public bool IsUserOrTeamLinkedApp { get; }
Property Value
Type Description
System.Boolean

See Also

AppBlockedByPermissionsDetails
AppLinkTeamDetails
AppLinkUserDetails
AppUnlinkTeamDetails
AppUnlinkUserDetails
TeamLinkedAppLogInfo
UserLinkedAppLogInfo
UserOrTeamLinkedAppLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX