Show / Hide Table of Contents

Class MemberLinkedApps

Information on linked applications of a team member.

Inheritance
System.Object
MemberLinkedApps
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MemberLinkedApps

Constructors

| Improve this Doc View Source

MemberLinkedApps(String, IEnumerable<ApiApp>)

Initializes a new instance of the MemberLinkedApps class.

Declaration
public MemberLinkedApps(string teamMemberId, IEnumerable<ApiApp> linkedApiApps)
Parameters
Type Name Description
System.String teamMemberId

The member unique Id.

System.Collections.Generic.IEnumerable<ApiApp> linkedApiApps

List of third party applications linked by this team member.

Properties

| Improve this Doc View Source

LinkedApiApps

List of third party applications linked by this team member.

Declaration
public IList<ApiApp> LinkedApiApps { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<ApiApp>
| Improve this Doc View Source

TeamMemberId

The member unique Id.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberLinkedApps(String, IEnumerable<ApiApp>)
  • Properties
    • LinkedApiApps
    • TeamMemberId
Back to top Generated by DocFX