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 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 SourceIncludeDesktopClients
Whether to list linked desktop devices of the team's member.
Declaration
public bool IncludeDesktopClients { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
IncludeWebSessions
Whether to list web sessions of the team's member.
Declaration
public bool IncludeWebSessions { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TeamMemberId
The team's member id.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |