Class AppLogInfo
App's logged information.
Inheritance
System.Object
AppLogInfo
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 SourceAppLogInfo(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 SourceAppId
App unique ID.
Declaration
public string AppId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
IsTeamLinkedApp
Gets a value indicating whether this instance is TeamLinkedApp
Declaration
public bool IsTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUserLinkedApp
Gets a value indicating whether this instance is UserLinkedApp
Declaration
public bool IsUserLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUserOrTeamLinkedApp
Gets a value indicating whether this instance is UserOrTeamLinkedApp
Declaration
public bool IsUserOrTeamLinkedApp { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |