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 SourceListMemberDevicesArg(String, Boolean, Boolean, Boolean)
Initializes a new instance of the List
Declaration
public ListMemberDevicesArg(string teamMemberId, bool includeWebSessions = true, bool includeDesktopClients = true, bool includeMobileClients = true)
Parameters
Type | Name | Description |
---|---|---|
System. |
teamMemberId | The team's member id. |
System. |
includeWebSessions | Whether to list web sessions of the team's member. |
System. |
includeDesktopClients | Whether to list linked desktop devices of the team's member. |
System. |
includeMobileClients | Whether to list linked mobile devices of the team's member. |
Properties
| Improve this Doc View SourceIncludeDesktopClients
Whether to list linked desktop devices of the team's member.
Declaration
public bool IncludeDesktopClients { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludeMobileClients
Whether to list linked mobile devices of the team's member.
Declaration
public bool IncludeMobileClients { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludeWebSessions
Whether to list web sessions of the team's member.
Declaration
public bool IncludeWebSessions { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
TeamMemberId
The team's member id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |