Show / Hide Table of Contents

Class ListMemberDevicesArg

The list member devices arg object

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

Constructors

| Improve this Doc View Source

ListMemberDevicesArg(String, Boolean, Boolean, Boolean)

Initializes a new instance of the ListMemberDevicesArg class.

Declaration
public ListMemberDevicesArg(string teamMemberId, bool includeWebSessions = true, bool includeDesktopClients = true, bool includeMobileClients = true)
Parameters
Type Name Description
System.String teamMemberId

The team's member id.

System.Boolean includeWebSessions

Whether to list web sessions of the team's member.

System.Boolean includeDesktopClients

Whether to list linked desktop devices of the team's member.

System.Boolean includeMobileClients

Whether to list linked mobile devices of the team's member.

Properties

| Improve this Doc View Source

IncludeDesktopClients

Whether to list linked desktop devices of the team's member.

Declaration
public bool IncludeDesktopClients { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludeMobileClients

Whether to list linked mobile devices of the team's member.

Declaration
public bool IncludeMobileClients { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludeWebSessions

Whether to list web sessions of the team's member.

Declaration
public bool IncludeWebSessions { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TeamMemberId

The team's member id.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListMemberDevicesArg(String, Boolean, Boolean, Boolean)
  • Properties
    • IncludeDesktopClients
    • IncludeMobileClients
    • IncludeWebSessions
    • TeamMemberId
Back to top Generated by DocFX