Dropbox .NET SDK

Class ApiSessionLogInfo

Api session.

Inheritance
object
ApiSessionLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ApiSessionLogInfo

Constructors

View Source

ApiSessionLogInfo(string)

Initializes a new instance of the ApiSessionLogInfo class.

Declaration
public ApiSessionLogInfo(string requestId)
Parameters
Type Name Description
string requestId

Api request ID.

Properties

View Source

RequestId

Api request ID.

Declaration
public string RequestId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK