Show / Hide Table of Contents

Class DesktopSessionLogInfo

Desktop session.

Inheritance
System.Object
SessionLogInfo
DesktopSessionLogInfo
Inherited Members
SessionLogInfo.IsWeb
SessionLogInfo.AsWeb
SessionLogInfo.IsDesktop
SessionLogInfo.AsDesktop
SessionLogInfo.IsMobile
SessionLogInfo.AsMobile
SessionLogInfo.SessionId
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 DesktopSessionLogInfo : SessionLogInfo

Constructors

| Improve this Doc View Source

DesktopSessionLogInfo(String)

Initializes a new instance of the DesktopSessionLogInfo class.

Declaration
public DesktopSessionLogInfo(string sessionId = null)
Parameters
Type Name Description
System.String sessionId

Session ID.

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