Class ListMemberDevicesArg
The list member devices arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMemberDevicesArg
Constructors
View SourceListMemberDevicesArg(string, bool, bool, bool)
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 |
|---|---|---|
| string | teamMemberId | The team's member id. |
| bool | includeWebSessions | Whether to list web sessions of the team's member. |
| bool | includeDesktopClients | Whether to list linked desktop devices of the team's member. |
| bool | includeMobileClients | Whether to list linked mobile devices of the team's member. |
Properties
View SourceIncludeDesktopClients
Whether to list linked desktop devices of the team's member.
Declaration
public bool IncludeDesktopClients { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
IncludeMobileClients
Whether to list linked mobile devices of the team's member.
Declaration
public bool IncludeMobileClients { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
IncludeWebSessions
Whether to list web sessions of the team's member.
Declaration
public bool IncludeWebSessions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
TeamMemberId
The team's member id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |