Show / Hide Table of Contents

Class MobileSessionLogInfo

Mobile session.

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

Constructors

| Improve this Doc View Source

MobileSessionLogInfo(String)

Initializes a new instance of the MobileSessionLogInfo class.

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