Class MemberLinkedApps
Information on linked applications of a team member.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MemberLinkedApps
Constructors
View SourceMemberLinkedApps(string, IEnumerable<ApiApp>)
Initializes a new instance of the MemberLinkedApps class.
Declaration
public MemberLinkedApps(string teamMemberId, IEnumerable<ApiApp> linkedApiApps)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamMemberId | The member unique Id. |
| IEnumerable<ApiApp> | linkedApiApps | List of third party applications linked by this team member. |
Properties
View SourceLinkedApiApps
List of third party applications linked by this team member.
Declaration
public IList<ApiApp> LinkedApiApps { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ApiApp> |
TeamMemberId
The member unique Id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |