Class SessionLogInfo
Session's logged information.
Inheritance
System.Object
SessionLogInfo
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SessionLogInfo
Constructors
| Improve this Doc View SourceSessionLogInfo(String)
Initializes a new instance of the SessionLogInfo class.
Declaration
protected SessionLogInfo(string sessionId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sessionId | Session ID. |
Properties
| Improve this Doc 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 |
|---|---|
| System.Boolean |
IsMobile
Gets a value indicating whether this instance is Mobile
Declaration
public bool IsMobile { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsWeb
Gets a value indicating whether this instance is Web
Declaration
public bool IsWeb { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SessionId
Session ID.
Declaration
public string SessionId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |