Class UserOrTeamLinkedAppLogInfo
User or team linked app. Used when linked type is missing due to historical data gap.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class UserOrTeamLinkedAppLogInfo : AppLogInfo
Constructors
View SourceUserOrTeamLinkedAppLogInfo(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. |