Class ListMembersDevicesArg
The list members devices arg object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMembersDevicesArg
Constructors
| Improve this Doc View SourceListMembersDevicesArg(String, Boolean, Boolean, Boolean)
Initializes a new instance of the List
Declaration
public ListMembersDevicesArg(string cursor = null, bool includeWebSessions = true, bool includeDesktopClients = true, bool includeMobileClients = true)
Parameters
Type | Name | Description |
---|---|---|
System. |
cursor | At the first call to the Devices |
System. |
includeWebSessions | Whether to list web sessions of the team members. |
System. |
includeDesktopClients | Whether to list desktop clients of the team members. |
System. |
includeMobileClients | Whether to list mobile clients of the team members. |
Properties
| Improve this Doc View SourceCursor
At the first call to the Devices
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludeDesktopClients
Whether to list desktop clients of the team members.
Declaration
public bool IncludeDesktopClients { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludeMobileClients
Whether to list mobile clients of the team members.
Declaration
public bool IncludeMobileClients { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludeWebSessions
Whether to list web sessions of the team members.
Declaration
public bool IncludeWebSessions { get; protected set; }
Property Value
Type | Description |
---|---|
System. |