Dropbox .NET SDK
Show / Hide Table of Contents

Class ListMemberAppsResult

The list member apps result object

Inheritance
object
ListMemberAppsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMemberAppsResult

Constructors

View Source

ListMemberAppsResult(IEnumerable<ApiApp>)

Initializes a new instance of the ListMemberAppsResult class.

Declaration
public ListMemberAppsResult(IEnumerable<ApiApp> linkedApiApps)
Parameters
Type Name Description
IEnumerable<ApiApp> linkedApiApps

List of third party applications linked by this team member.

Properties

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
IList<ApiApp>
  • View Source
In this article
Back to top Dropbox .NET SDK