Class WebSessionLogInfo
Web session.
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 WebSessionLogInfo : SessionLogInfo
Constructors
| Improve this Doc View SourceWebSessionLogInfo(String)
Initializes a new instance of the WebSessionLogInfo class.
Declaration
public WebSessionLogInfo(string sessionId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sessionId | Session ID. |