Class AppLinkUserDetails
Linked app for member.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AppLinkUserDetails
Constructors
View SourceAppLinkUserDetails(AppLogInfo)
Initializes a new instance of the AppLinkUserDetails class.
Declaration
public AppLinkUserDetails(AppLogInfo appInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| AppLogInfo | appInfo | Relevant application details. |
Properties
View SourceAppInfo
Relevant application details.
Declaration
public AppLogInfo AppInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AppLogInfo |