Class ListMemberDevicesResult
The list member devices result object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMemberDevicesResult
Constructors
View SourceListMemberDevicesResult(IEnumerable<ActiveWebSession>, IEnumerable<DesktopClientSession>, IEnumerable<MobileClientSession>)
Initializes a new instance of the ListMemberDevicesResult class.
Declaration
public ListMemberDevicesResult(IEnumerable<ActiveWebSession> activeWebSessions = null, IEnumerable<DesktopClientSession> desktopClientSessions = null, IEnumerable<MobileClientSession> mobileClientSessions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ActiveWebSession> | activeWebSessions | List of web sessions made by this team member. |
| IEnumerable<DesktopClientSession> | desktopClientSessions | List of desktop clients used by this team member. |
| IEnumerable<MobileClientSession> | mobileClientSessions | List of mobile client used by this team member. |
Properties
View SourceActiveWebSessions
List of web sessions made by this team member.
Declaration
public IList<ActiveWebSession> ActiveWebSessions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ActiveWebSession> |
DesktopClientSessions
List of desktop clients used by this team member.
Declaration
public IList<DesktopClientSession> DesktopClientSessions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<DesktopClientSession> |
MobileClientSessions
List of mobile client used by this team member.
Declaration
public IList<MobileClientSession> MobileClientSessions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<MobileClientSession> |