Class AppLogInfo
App's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AppLogInfo
Constructors
View SourceAppLogInfo(string, string)
Initializes a new instance of the AppLogInfo class.
Declaration
protected AppLogInfo(string appId = null, string displayName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | appId | App unique ID. |
| string | displayName | App display name. |
Properties
View SourceAppId
App unique ID.
Declaration
public string AppId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AsTeamLinkedApp
Gets this instance as a TeamLinkedAppLogInfo, or
null.
Declaration
public TeamLinkedAppLogInfo AsTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| TeamLinkedAppLogInfo |
AsUserLinkedApp
Gets this instance as a UserLinkedAppLogInfo, or
null.
Declaration
public UserLinkedAppLogInfo AsUserLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| UserLinkedAppLogInfo |
AsUserOrTeamLinkedApp
Gets this instance as a UserOrTeamLinkedAppLogInfo, or
null.
Declaration
public UserOrTeamLinkedAppLogInfo AsUserOrTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| UserOrTeamLinkedAppLogInfo |
DisplayName
App display name.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IsTeamLinkedApp
Gets a value indicating whether this instance is TeamLinkedApp
Declaration
public bool IsTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserLinkedApp
Gets a value indicating whether this instance is UserLinkedApp
Declaration
public bool IsUserLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserOrTeamLinkedApp
Gets a value indicating whether this instance is UserOrTeamLinkedApp
Declaration
public bool IsUserOrTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| bool |