Class TeamLinkedAppLogInfo
Team linked app
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 TeamLinkedAppLogInfo : AppLogInfo
Constructors
| Improve this Doc View SourceTeamLinkedAppLogInfo(String, String)
Initializes a new instance of the TeamLinkedAppLogInfo class.
Declaration
public TeamLinkedAppLogInfo(string appId = null, string displayName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appId | App unique ID. |
| System.String | displayName | App display name. |