Dropbox .NET SDK
Show / Hide Table of Contents

Class ListMemberAppsArg

The list member apps arg object

Inheritance
object
ListMemberAppsArg
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 ListMemberAppsArg

Constructors

View Source

ListMemberAppsArg(string)

Initializes a new instance of the ListMemberAppsArg class.

Declaration
public ListMemberAppsArg(string teamMemberId)
Parameters
Type Name Description
string teamMemberId

The team member id.

Properties

View Source

TeamMemberId

The team member id.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK