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 SourceMemberLinkedApps(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 SourceLinkedApiApps
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> |
TeamMemberId
The member unique Id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |