Show / Hide Table of Contents

Class WebSessionLogInfo

Web session.

Inheritance
System.Object
SessionLogInfo
WebSessionLogInfo
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 WebSessionLogInfo : SessionLogInfo

Constructors

| Improve this Doc View Source

WebSessionLogInfo(String)

Initializes a new instance of the WebSessionLogInfo class.

Declaration
public WebSessionLogInfo(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