Class SessionLogInfo
Session's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SessionLogInfo
Constructors
View SourceSessionLogInfo(string)
Initializes a new instance of the SessionLogInfo class.
Declaration
protected SessionLogInfo(string sessionId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sessionId | Session ID. |
Properties
View SourceAsDesktop
Gets this instance as a DesktopSessionLogInfo, or
null.
Declaration
public DesktopSessionLogInfo AsDesktop { get; }
Property Value
| Type | Description |
|---|---|
| DesktopSessionLogInfo |
AsMobile
Gets this instance as a MobileSessionLogInfo, or
null.
Declaration
public MobileSessionLogInfo AsMobile { get; }
Property Value
| Type | Description |
|---|---|
| MobileSessionLogInfo |
AsWeb
Gets this instance as a WebSessionLogInfo, or
null.
Declaration
public WebSessionLogInfo AsWeb { get; }
Property Value
| Type | Description |
|---|---|
| WebSessionLogInfo |
IsDesktop
Gets a value indicating whether this instance is Desktop
Declaration
public bool IsDesktop { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMobile
Gets a value indicating whether this instance is Mobile
Declaration
public bool IsMobile { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWeb
Gets a value indicating whether this instance is Web
Declaration
public bool IsWeb { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SessionId
Session ID.
Declaration
public string SessionId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |