Show / Hide Table of Contents

Class SessionLogInfo

Session's logged information.

Inheritance
System.Object
SessionLogInfo
DesktopSessionLogInfo
MobileSessionLogInfo
WebSessionLogInfo
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 Source

SessionLogInfo(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 Source

AsDesktop

Gets this instance as a DesktopSessionLogInfo, or null.

Declaration
public DesktopSessionLogInfo AsDesktop { get; }
Property Value
Type Description
DesktopSessionLogInfo
| Improve this Doc View Source

AsMobile

Gets this instance as a MobileSessionLogInfo, or null.

Declaration
public MobileSessionLogInfo AsMobile { get; }
Property Value
Type Description
MobileSessionLogInfo
| Improve this Doc View Source

AsWeb

Gets this instance as a WebSessionLogInfo, or null.

Declaration
public WebSessionLogInfo AsWeb { get; }
Property Value
Type Description
WebSessionLogInfo
| Improve this Doc View Source

IsDesktop

Gets a value indicating whether this instance is Desktop

Declaration
public bool IsDesktop { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMobile

Gets a value indicating whether this instance is Mobile

Declaration
public bool IsMobile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWeb

Gets a value indicating whether this instance is Web

Declaration
public bool IsWeb { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SessionId

Session ID.

Declaration
public string SessionId { get; protected set; }
Property Value
Type Description
System.String

See Also

DesktopSessionLogInfo
MobileSessionLogInfo
WebSessionLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX