Show / Hide Table of Contents

Class ListMemberAppsResult

The list member apps result object

Inheritance
System.Object
ListMemberAppsResult
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 ListMemberAppsResult

Constructors

| Improve this Doc View Source

ListMemberAppsResult(IEnumerable<ApiApp>)

Initializes a new instance of the ListMemberAppsResult class.

Declaration
public ListMemberAppsResult(IEnumerable<ApiApp> linkedApiApps)
Parameters
Type Name Description
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
In This Article
  • Constructors
    • ListMemberAppsResult(IEnumerable<ApiApp>)
  • Properties
    • LinkedApiApps
Back to top Generated by DocFX